- CANCELED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
CANCELED = 2;
- cancelInvoice(InvoicesOuterClass.CancelInvoiceMsg) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesBlockingStub
-
CancelInvoice cancels a currently open invoice.
- cancelInvoice(InvoicesOuterClass.CancelInvoiceMsg) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesFutureStub
-
CancelInvoice cancels a currently open invoice.
- cancelInvoice(InvoicesOuterClass.CancelInvoiceMsg, StreamObserver<InvoicesOuterClass.CancelInvoiceResp>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesImplBase
-
CancelInvoice cancels a currently open invoice.
- cancelInvoice(InvoicesOuterClass.CancelInvoiceMsg, StreamObserver<InvoicesOuterClass.CancelInvoiceResp>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesStub
-
CancelInvoice cancels a currently open invoice.
- cancelInvoice(byte[], StreamObserver<CancelInvoiceResp>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to generate a cancelInvoice request.
- cancelInvoice(CancelInvoiceMsg, StreamObserver<CancelInvoiceResp>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to send a cancelInvoice request.
- cancelInvoice(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to generate a cancelInvoice request.
- cancelInvoice(CancelInvoiceMsg) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to send a cancelInvoice request.
- CancelInvoiceMsg - Class in org.lightningj.lnd.wrapper.invoices.message
-
Wrapper class for CancelInvoiceMsg.
- CancelInvoiceMsg() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceMsg
-
Empty Constructor
- CancelInvoiceMsg(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceMsg
-
Json Parsing Constructor
- CancelInvoiceMsg(InvoicesOuterClass.CancelInvoiceMsg) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceMsg
-
Constructor using underlying Lightning API Object
- CancelInvoiceResp - Class in org.lightningj.lnd.wrapper.invoices.message
-
Wrapper class for CancelInvoiceResp.
- CancelInvoiceResp() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceResp
-
Empty Constructor
- CancelInvoiceResp(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceResp
-
Json Parsing Constructor
- CancelInvoiceResp(InvoicesOuterClass.CancelInvoiceResp) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceResp
-
Constructor using underlying Lightning API Object
- CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
-
- CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- Chain - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for Chain.
- Chain() - Constructor for class org.lightningj.lnd.wrapper.message.Chain
-
Empty Constructor
- Chain(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Chain
-
Json Parsing Constructor
- Chain(LightningApi.Chain) - Constructor for class org.lightningj.lnd.wrapper.message.Chain
-
Constructor using underlying Lightning API Object
- CHAIN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Chain
-
- CHAIN_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- CHAIN_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- ChainNotifierGrpc - Class in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierGrpc.ChainNotifierBlockingStub - Class in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierGrpc.ChainNotifierFutureStub - Class in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierGrpc.ChainNotifierImplBase - Class in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierGrpc.ChainNotifierStub - Class in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierImplBase() - Constructor for class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc.ChainNotifierImplBase
-
- ChainNotifierOuterClass - Class in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.BlockEpoch - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.BlockEpoch
- ChainNotifierOuterClass.BlockEpoch.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.BlockEpoch
- ChainNotifierOuterClass.BlockEpochOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.ConfDetails - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.ConfDetails
- ChainNotifierOuterClass.ConfDetails.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.ConfDetails
- ChainNotifierOuterClass.ConfDetailsOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.ConfEvent - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.ConfEvent
- ChainNotifierOuterClass.ConfEvent.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.ConfEvent
- ChainNotifierOuterClass.ConfEvent.EventCase - Enum in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.ConfEventOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.ConfRequest - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.ConfRequest
- ChainNotifierOuterClass.ConfRequest.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.ConfRequest
- ChainNotifierOuterClass.ConfRequestOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.Outpoint - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.Outpoint
- ChainNotifierOuterClass.Outpoint.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.Outpoint
- ChainNotifierOuterClass.OutpointOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.Reorg - Class in org.lightningj.lnd.chainnotifier.proto
-
TODO(wilmer): need to know how the client will use this first.
- ChainNotifierOuterClass.Reorg.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
TODO(wilmer): need to know how the client will use this first.
- ChainNotifierOuterClass.ReorgOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.SpendDetails - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.SpendDetails
- ChainNotifierOuterClass.SpendDetails.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.SpendDetails
- ChainNotifierOuterClass.SpendDetailsOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.SpendEvent - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.SpendEvent
- ChainNotifierOuterClass.SpendEvent.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.SpendEvent
- ChainNotifierOuterClass.SpendEvent.EventCase - Enum in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.SpendEventOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- ChainNotifierOuterClass.SpendRequest - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.SpendRequest
- ChainNotifierOuterClass.SpendRequest.Builder - Class in org.lightningj.lnd.chainnotifier.proto
-
Protobuf type chainrpc.SpendRequest
- ChainNotifierOuterClass.SpendRequestOrBuilder - Interface in org.lightningj.lnd.chainnotifier.proto
-
- CHAINS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- CHAN_BACKUP_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- CHAN_BACKUPS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- CHAN_BACKUPS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- CHAN_CAPACITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
-
- CHAN_CLOSE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
-
- CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
-
- CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- CHAN_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- CHAN_ID_IN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- CHAN_ID_OUT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- CHAN_OPEN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- CHAN_PENDING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- CHAN_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- CHAN_POINTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- CHAN_STATUS_FLAGS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
-
- ChanBackupExportRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChanBackupExportRequest.
- ChanBackupExportRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChanBackupExportRequest
-
Empty Constructor
- ChanBackupExportRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChanBackupExportRequest
-
Json Parsing Constructor
- ChanBackupExportRequest(LightningApi.ChanBackupExportRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChanBackupExportRequest
-
Constructor using underlying Lightning API Object
- ChanBackupSnapshot - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChanBackupSnapshot.
- ChanBackupSnapshot() - Constructor for class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Empty Constructor
- ChanBackupSnapshot(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Json Parsing Constructor
- ChanBackupSnapshot(LightningApi.ChanBackupSnapshot) - Constructor for class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Constructor using underlying Lightning API Object
- changePassword(LightningApi.ChangePasswordRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
-
lncli: `changepassword`
ChangePassword changes the password of the encrypted wallet.
- changePassword(LightningApi.ChangePasswordRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
-
lncli: `changepassword`
ChangePassword changes the password of the encrypted wallet.
- changePassword(LightningApi.ChangePasswordRequest, StreamObserver<LightningApi.ChangePasswordResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
-
lncli: `changepassword`
ChangePassword changes the password of the encrypted wallet.
- changePassword(LightningApi.ChangePasswordRequest, StreamObserver<LightningApi.ChangePasswordResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerStub
-
lncli: `changepassword`
ChangePassword changes the password of the encrypted wallet.
- changePassword(byte[], byte[], StreamObserver<ChangePasswordResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
-
Method to generate a changePassword request.
- changePassword(ChangePasswordRequest, StreamObserver<ChangePasswordResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
-
Method to send a changePassword request.
- changePassword(byte[], byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Method to generate a changePassword request.
- changePassword(ChangePasswordRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Method to send a changePassword request.
- ChangePasswordRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChangePasswordRequest.
- ChangePasswordRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
-
Empty Constructor
- ChangePasswordRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
-
Json Parsing Constructor
- ChangePasswordRequest(LightningApi.ChangePasswordRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
-
Constructor using underlying Lightning API Object
- ChangePasswordResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChangePasswordResponse.
- ChangePasswordResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordResponse
-
Empty Constructor
- ChangePasswordResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordResponse
-
Json Parsing Constructor
- ChangePasswordResponse(LightningApi.ChangePasswordResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ChangePasswordResponse
-
Constructor using underlying Lightning API Object
- ChanInfoRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChanInfoRequest.
- ChanInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Empty Constructor
- ChanInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Json Parsing Constructor
- ChanInfoRequest(LightningApi.ChanInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Constructor using underlying Lightning API Object
- channel - Variable in class org.lightningj.lnd.wrapper.API
-
- Channel - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for Channel.
- Channel() - Constructor for class org.lightningj.lnd.wrapper.message.Channel
-
Empty Constructor
- Channel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Channel
-
Json Parsing Constructor
- Channel(LightningApi.Channel) - Constructor for class org.lightningj.lnd.wrapper.message.Channel
-
Constructor using underlying Lightning API Object
- CHANNEL_BACKUPS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- CHANNEL_BACKUPS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- CHANNEL_DISABLED_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.Failure.FailureCode
-
CHANNEL_DISABLED = 14;
- CHANNEL_FEES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- CHANNEL_FLAGS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- CHANNEL_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- CHANNEL_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- CHANNEL_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
- CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
-
- CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- CHANNEL_POINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- CHANNEL_UPDATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- CHANNEL_UPDATES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- ChannelBackup - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelBackup.
- ChannelBackup() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Empty Constructor
- ChannelBackup(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Json Parsing Constructor
- ChannelBackup(LightningApi.ChannelBackup) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Constructor using underlying Lightning API Object
- ChannelBackups - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelBackups.
- ChannelBackups() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackups
-
Empty Constructor
- ChannelBackups(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackups
-
Json Parsing Constructor
- ChannelBackups(LightningApi.ChannelBackups) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackups
-
Constructor using underlying Lightning API Object
- ChannelBackupSubscription - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelBackupSubscription.
- ChannelBackupSubscription() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackupSubscription
-
Empty Constructor
- ChannelBackupSubscription(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackupSubscription
-
Json Parsing Constructor
- ChannelBackupSubscription(LightningApi.ChannelBackupSubscription) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBackupSubscription
-
Constructor using underlying Lightning API Object
- channelBalance(LightningApi.ChannelBalanceRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `channelbalance`
ChannelBalance returns the total funds available across all open channels
in satoshis.
- channelBalance(LightningApi.ChannelBalanceRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `channelbalance`
ChannelBalance returns the total funds available across all open channels
in satoshis.
- channelBalance(LightningApi.ChannelBalanceRequest, StreamObserver<LightningApi.ChannelBalanceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `channelbalance`
ChannelBalance returns the total funds available across all open channels
in satoshis.
- channelBalance(LightningApi.ChannelBalanceRequest, StreamObserver<LightningApi.ChannelBalanceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `channelbalance`
ChannelBalance returns the total funds available across all open channels
in satoshis.
- channelBalance(StreamObserver<ChannelBalanceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a channelBalance request.
- channelBalance(ChannelBalanceRequest, StreamObserver<ChannelBalanceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a channelBalance request.
- channelBalance() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a channelBalance request.
- channelBalance(ChannelBalanceRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a channelBalance request.
- ChannelBalanceRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelBalanceRequest.
- ChannelBalanceRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceRequest
-
Empty Constructor
- ChannelBalanceRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceRequest
-
Json Parsing Constructor
- ChannelBalanceRequest(LightningApi.ChannelBalanceRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceRequest
-
Constructor using underlying Lightning API Object
- ChannelBalanceResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelBalanceResponse.
- ChannelBalanceResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Empty Constructor
- ChannelBalanceResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Json Parsing Constructor
- ChannelBalanceResponse(LightningApi.ChannelBalanceResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Constructor using underlying Lightning API Object
- ChannelCloseSummary - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelCloseSummary.
- ChannelCloseSummary() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Empty Constructor
- ChannelCloseSummary(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Json Parsing Constructor
- ChannelCloseSummary(LightningApi.ChannelCloseSummary) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Constructor using underlying Lightning API Object
- ChannelCloseSummary.ClosureType - Enum in org.lightningj.lnd.wrapper.message
-
Inner enum ClosureType for class ChannelCloseSummary
Generated Automatically.
- ChannelCloseUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelCloseUpdate.
- ChannelCloseUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Empty Constructor
- ChannelCloseUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Json Parsing Constructor
- ChannelCloseUpdate(LightningApi.ChannelCloseUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Constructor using underlying Lightning API Object
- ChannelEdge - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelEdge.
- ChannelEdge() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Empty Constructor
- ChannelEdge(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Json Parsing Constructor
- ChannelEdge(LightningApi.ChannelEdge) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Constructor using underlying Lightning API Object
- ChannelEdgeUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelEdgeUpdate.
- ChannelEdgeUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Empty Constructor
- ChannelEdgeUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Json Parsing Constructor
- ChannelEdgeUpdate(LightningApi.ChannelEdgeUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Constructor using underlying Lightning API Object
- ChannelEventSubscription - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelEventSubscription.
- ChannelEventSubscription() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEventSubscription
-
Empty Constructor
- ChannelEventSubscription(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEventSubscription
-
Json Parsing Constructor
- ChannelEventSubscription(LightningApi.ChannelEventSubscription) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEventSubscription
-
Constructor using underlying Lightning API Object
- ChannelEventUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelEventUpdate.
- ChannelEventUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Empty Constructor
- ChannelEventUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Json Parsing Constructor
- ChannelEventUpdate(LightningApi.ChannelEventUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Constructor using underlying Lightning API Object
- ChannelEventUpdate.UpdateType - Enum in org.lightningj.lnd.wrapper.message
-
Inner enum UpdateType for class ChannelEventUpdate
Generated Automatically.
- ChannelFeeReport - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelFeeReport.
- ChannelFeeReport() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Empty Constructor
- ChannelFeeReport(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Json Parsing Constructor
- ChannelFeeReport(LightningApi.ChannelFeeReport) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Constructor using underlying Lightning API Object
- ChannelGraph - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelGraph.
- ChannelGraph() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Empty Constructor
- ChannelGraph(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Json Parsing Constructor
- ChannelGraph(LightningApi.ChannelGraph) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Constructor using underlying Lightning API Object
- ChannelGraphRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelGraphRequest.
- ChannelGraphRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
-
Empty Constructor
- ChannelGraphRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
-
Json Parsing Constructor
- ChannelGraphRequest(LightningApi.ChannelGraphRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
-
Constructor using underlying Lightning API Object
- ChannelHistory - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for ChannelHistory.
- ChannelHistory() - Constructor for class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Empty Constructor
- ChannelHistory(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Json Parsing Constructor
- ChannelHistory(RouterOuterClass.ChannelHistory) - Constructor for class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Constructor using underlying Lightning API Object
- ChannelOpenUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelOpenUpdate.
- ChannelOpenUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Empty Constructor
- ChannelOpenUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Json Parsing Constructor
- ChannelOpenUpdate(LightningApi.ChannelOpenUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Constructor using underlying Lightning API Object
- ChannelPoint - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ChannelPoint.
- ChannelPoint() - Constructor for class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Empty Constructor
- ChannelPoint(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Json Parsing Constructor
- ChannelPoint(LightningApi.ChannelPoint) - Constructor for class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Constructor using underlying Lightning API Object
- CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
- ChannelUpdate - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for ChannelUpdate.
- ChannelUpdate() - Constructor for class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Empty Constructor
- ChannelUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Json Parsing Constructor
- ChannelUpdate(RouterOuterClass.ChannelUpdate) - Constructor for class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Constructor using underlying Lightning API Object
- CIPHER_SEED_MNEMONIC_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- CIPHER_SEED_MNEMONIC_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- clear() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- clear() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- clear() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- clear() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- clear() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- clear() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- clear() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- clear() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- clear() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- clear() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- clear() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- clear() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- clear() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- clear() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- clear() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- clear() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- clearAbandoned() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool abandoned = 6;
- clearActive() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
/ Indicates whether the autopilot is active or not.
- clearActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is active or not
- clearActiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- clearActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool active_only = 1;
- clearAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
The "add" index of this invoice.
- clearAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "add" index of this invoice.
- clearAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- clearAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- clearAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- clearAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- clearAddr() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- clearAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- clearAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- clearAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The address
- clearAddresses() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- clearAddresses() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- clearAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- clearAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- clearAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- clearAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- clearAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- clearAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- clearAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- clearAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- clearAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
int64 amount = 2[json_name = "amount"];
- clearAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The total value of the htlc
- clearAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The amount in satoshis to send
- clearAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction amount, denominated in satoshis
- clearAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The value of the unspent coin in satoshis
- clearAmountSat() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The value of the output we're attempting to sweep.
- clearAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The amount to send expressed in satoshis
- clearAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ Number of satoshis to send.
- clearAmt() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ Number of satoshis to send.
- clearAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount (in satoshis) of the incoming HTLC that created half the circuit.
- clearAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.
- clearAmtPaid() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- clearAmtPaidMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in millisatoshis.
- clearAmtPaidSat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in satoshis.
- clearAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The amount one wishes to send to the target destination.
- clearAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- clearAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- clearAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- clearAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- clearBackup() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- clearBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels balances denominated in satoshis
- clearBaseFee() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- clearBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- clearBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- clearBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Timestamp of the block best known to the wallet
- clearBlockHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The hash of the block in which the confirmed transaction was included in.
- clearBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- clearBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- clearBlockHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The height of the block in which the confirmed transaction was included in.
- clearBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
int32 block_height = 2;
- clearBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the height of the best block
- clearBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The height of the block this transaction was included in
- clearBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
bytes block_sha = 1;
- clearBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
Remaining # of blocks until the commitment output can be swept.
- clearBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The number of blocks remaining until the current stage can be swept.
- clearBreach() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool breach = 4;
- clearBroadcastAttempts() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The number of broadcast attempts we've made to sweep the output.
- clearBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted from this peer
- clearBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted to this peer
- clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The total amount of funds held in this channel
- clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Total capacity of the channel.
- clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
int64 capacity = 6[json_name = "capacity"];
- clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
int64 capacity = 3;
- clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
int64 capacity = 2;
- clearCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 capacity = 3[json_name = "capacity"];
- clearChain() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- clearChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The hash of the genesis block that this channel resides within.
- clearChainHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The target chain that this channel was opened within.
- clearChains() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- clearChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Is an encrypted single-chan backup.
- clearChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- clearChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- clearChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- clearChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
The unique channel ID for the channel.
- clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unique channel ID for the channel.
- clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The unique channel ID for the channel.
- clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
The unique channel ID for the channel.
- clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
The unique channel ID for the channel.
- clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
The unique channel ID for the channel.
- clearChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The unique identifier of the channel.
- clearChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The unique description of the funding transaction.
- clearChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- clearChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- clearChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- clearChannelBackups() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- clearChannelBackups() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- clearChannelFees() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- clearChannelFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- clearChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
The unique channel ID for the channel.
- clearChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
/ The short channel id of this edge.
- clearChannelId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Short channel id
- clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The outpoint (txid:index) of the funding transaction.
- clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- clearChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- clearChannels() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- clearChannels() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- clearChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- clearChannels() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- clearChannelUpdate() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ An optional channel update message.
- clearChannelUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- clearChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- clearChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
/ The target channel point to obtain a back up for.
- clearChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- clearChanPoints() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- clearChanStatusFlags() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ A set of flags showing the current state of the channel.
- clearCipherSeedMnemonic() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- clearCipherSeedMnemonic() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- clearClosedChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- clearClosedChans() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- clearClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
uint32 closed_height = 3;
- clearCloseHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Height at which the funding transaction was spent.
- clearClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- clearCloseType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Details on how the channel was closed.
- clearClosingTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The txid of the transaction which ultimately closed this channel.
- clearClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bytes closing_txid = 1[json_name = "closing_txid"];
- clearClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- clearClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- clearCltvExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- clearCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- clearCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- clearCltvExpiry() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent cltv expiry value.
- clearCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The time-lock delta of the channel.
- clearCltvLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
An optional maximum total time lock for the route.
- clearCltvLimit() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional maximum total time lock for the route.
- clearCode() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ Failure code as defined in the Lightning spec
- clearColor() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The color of the current node in hex code format
- clearColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- clearColor() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- clearCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- clearCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- clearCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The weight of the commitment transaction
- clearCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The weight of the commitment transaction
- clearConf() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- clearConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The height at which this channel will be confirmed
- clearConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The number of confirmations for the Utxo
- clearConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- clearConfTarget() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
The number of confirmations to shoot for when estimating the fee.
- clearConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- clearCooperative() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool cooperative = 1;
- clearCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was created
- clearCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The date of this payment
- clearCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The CSV delay expressed in relative blocks.
- clearCurrentPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
current_password should be the current valid passphrase used to unlock the
daemon.
- clearDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- clearDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- clearDescriptionHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Hash (SHA-256) of a description of the payment.
- clearDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Hash (SHA-256) of a description of the payment.
- clearDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- clearDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The identity pubkey of the payment recipient
- clearDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The destination once wishes to obtain a routing fee quote to.
- clearDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ The identity pubkey of the payment recipient
- clearDestAddresses() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- clearDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- clearDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- clearDirectionReverse() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
The direction of this edge.
- clearDisabled() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
bool disabled = 5[json_name = "disabled"];
- clearDoubleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- clearEdges() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- clearEnable() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
/ Whether the autopilot agent should be enabled or not.
- clearEncipheredSeed() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- clearEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ End time is the end point of the forwarding history request.
- clearEvent() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- clearEvent() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- clearExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- clearExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Payment request expiry time in seconds.
- clearExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
uint32 expiry = 5[json_name = "expiry"];
- clearExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Payment request expiry time in seconds.
- clearExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 expiry = 5[json_name = "expiry"];
- clearExtraOpaqueData() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- clearFailure() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The failure message in case the payment failed.
- clearFailureSourceIndex() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
The position in the path of the intermediate or final node that generated
the failure message.
- clearFallbackAddr() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Fallback on-chain address.
- clearFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- clearFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- clearFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total fee (in satoshis) that this payment circuit carried.
- clearFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- clearFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- clearFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The base fee of the channel denominated in millisatoshis.
- clearFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- clearFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- clearFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- clearFeeLimitSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- clearFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total fee (in milli-satoshis) that this payment circuit carried.
- clearFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 fee_msat = 7[json_name = "fee_msat"];
- clearFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The fee paid for this payment in milli-satoshis
- clearFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- clearFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- clearFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- clearFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- clearFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The effective fee rate in milli-satoshis.
- clearFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The effective fee rate in milli-satoshis.
- clearFeeRate() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The fee rate that will be charged per millionth of a satoshi.
- clearFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- clearFeerateSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
/ The fee rate in satoshi/byte.
- clearFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
/ The total fee in satoshis.
- clearFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The fee paid for this payment in satoshis
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- clearFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
- clearFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- clearFinalCltvDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- clearFirstIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- clearFixed() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
/ The fee limit expressed as a fixed amount of satoshis.
- clearFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent flags value.
- clearForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ If true, then the channel will be closed forcibly.
- clearForwardingEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- clearFundingCanceled() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool funding_canceled = 5;
- clearFundingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- clearFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Txid of the funding transaction
- clearFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- clearGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, then this update applies to all currently active channels.
- clearGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
bytes global_features = 3;
- clearGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- clearHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The hash of the block.
- clearHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The hash of the transaction.
- clearHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ The hash of the preimage
- clearHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bytes hash_lock = 3[json_name = "hash_lock"];
- clearHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The height of the block.
- clearHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- clearHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- clearHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1[json_name = "heuristic"];
- clearHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
/ The name of the heuristic to provide scores to.
- clearHopHints() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- clearHops() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- clearHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- clearHtlcMaximumMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The maximum HTLC value which will be accepted.
- clearHtlcMinimumMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The minimum HTLC value which will be accepted.
- clearHtlcMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent htlc value.
- clearIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- clearIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- clearIgnoredEdges() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- clearIgnoredNodes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- clearIgnoreLocalState() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
/ If set, we will ignore the local channel state when calculating scores.
- clearInactiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- clearInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool inactive_only = 2;
- clearInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ A channel is inbound if the counterparty initiated the channel
- clearIncludeChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ If true, will include all known channels associated with the node.
- clearIncludeIncomplete() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
If true, then return payments that have not yet fully completed.
- clearIncludeUnannounced() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
Whether unannounced channels are included in the response or not.
- clearIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bool incoming = 1[json_name = "incoming"];
- clearIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The direction within the channel that the htlc was sent
- clearIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The index of the output within the transaction.
- clearIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Index offset is the offset in the time series to start at.
- clearIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- clearInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ True if we were the ones that created the channel.
- clearInputIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target input within the transaction that should be signed.
- clearInputScripts() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- clearInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- clearKeyDesc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- clearKeyFamily() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
/ The family of key being identified.
- clearKeyFamily() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
The target key family to derive a key from.
- clearKeyFingerPrint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
Is the key finger print of the root pubkey that this request is targeting.
- clearKeyIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
/ The precise index of the key being identified.
- clearKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- clearLastFailTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Time stamp of last failure.
- clearLastFailTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Time stamp of last failure.
- clearLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- clearLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ The index of the last time in the set of returned forwarding events.
- clearLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
Deprecated.
- clearLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
uint32 last_update = 1[json_name = "last_update"];
- clearLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 last_update = 7[json_name = "last_update"];
- clearLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- clearLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The balance in satoshis encumbered in this pending channel
- clearLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The balance in satoshis encumbered in this channel
- clearLimit() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- clearListeners() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The listening addresses of the watchtower.
- clearLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ This node's current balance in this channel
- clearLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 local_balance = 4[json_name = "local_balance"];
- clearLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The minimum satoshis this node is required to reserve in its balance.
- clearLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
/ The minimum satoshis this node is required to reserve in its balance.
- clearLocalForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool local_force = 2;
- clearLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis the wallet should commit to the channel
- clearMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The height at which funds can be swept into the wallet
- clearMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The next block height at which we can spend the current stage
- clearMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- clearMaxConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
/ The maximum number of confirmations to be included.
- clearMaxHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint64 max_htlc_msat = 6[json_name = "max_htlc_msat"];
- clearMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- clearMedianChannelSizeSat() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 median_channel_size_sat = 10[json_name = "median_channel_size_sat"];
- clearMemo() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- clearMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- clearMessageFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The bitfield that describes whether optional fields are present in this
update.
- clearMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- clearMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
/ The minimum number of confirmations to be included.
- clearMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
- clearMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 min_htlc = 2[json_name = "min_htlc"];
- clearMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- clearMinPenalizeAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Minimum penalization amount.
- clearMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- clearMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
/ The message to be signed
- clearMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The message over which the signature is to be verified
- clearMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- clearMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- clearMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
bytes multi_chan_backup = 2[json_name = "multi_chan_backup"];
- clearNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The network the node is on (eg regtest, testnet, mainnet)
- clearNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- clearNewPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- clearNextBroadcastHeight() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- clearNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- clearNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- clearNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- clearNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- clearNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- clearNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- clearNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The pubkey of the node to open a channel with
- clearNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- clearNodes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- clearNodes() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- clearNodeUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- clearNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of active channels
- clearNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_channels = 5[json_name = "num_channels"];
- clearNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ The total number of channels for the node.
- clearNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The number of confirmations
- clearNumConfs() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- clearNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
uint32 num_confs_left = 3;
- clearNumInactiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of inactive channels
- clearNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ The max number of events to return in the response to this query.
- clearNumMaxInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
/ The max number of invoices to return in the response to this query.
- clearNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- clearNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of peers
- clearNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of pending channels
- clearNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- clearNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of updates conducted within this channel.
- clearNumZombieChans() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
The number of edges marked as zombies.
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- clearOnionSha256() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ The sha256 sum of the onion payload.
- clearOpenChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- clearOtherChanSuccessProb() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Estimation of success probability for channels not in the channel array.
- clearOutgoingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- clearOutgoingChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- clearOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- clearOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- clearOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The outpoint in format txid:n
- clearOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- clearOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- clearOutput() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- clearOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ The index of the output of the funding transaction
- clearOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ The index of the output on the transaction.
- clearOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
uint32 output_index = 2[json_name = "output_index"];
- clearOutputs() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- clearPath() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- clearPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- clearPaymentHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
/ Hash corresponding to the (hold) invoice to cancel.
- clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hash to use within the payment's HTLC
- clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_hash = 4[json_name = "payment_hash"];
- clearPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ The payment hash to use for the HTLC.
- clearPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ The hash to use within the payment's HTLC
- clearPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ The payment hash to use for the HTLC.
- clearPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
/ The hash of the payment to look up.
- clearPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- clearPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- clearPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- clearPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- clearPaymentRequest() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- clearPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- clearPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- clearPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The optional payment request being fulfilled.
- clearPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- clearPaymentRequest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- clearPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- clearPayments() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- clearPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- clearPeers() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- clearPendingClosingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- clearPendingForceClosingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- clearPendingHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- clearPendingHtlcs() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- clearPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
/ If set, only unsettled invoices will be returned in the response.
- clearPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels pending balances denominated in satoshis
- clearPendingOpenChannels() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- clearPendingSweeps() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- clearPercent() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
/ The fee limit expressed as a percentage of the payment amount.
- clearPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- clearPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Ping time to this peer
- clearPkScript() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The pkscript in hex
- clearPkScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
/ The script of the output being spent.
- clearPreimage() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
/ Externally discovered pre-image that should be used to settle the hold invoice.
- clearPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The pre-image of the payment when state is SUCCEEDED.
- clearPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The preimage obtained by making the payment.
- clearPrivate() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Whether this invoice should include routing hints for private channels.
- clearPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is advertised to the network or not.
- clearPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Whether this invoice should include routing hints for private channels.
- clearPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ Whether this channel should be private, not announced to the greater network.
- clearPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool private_only = 4;
- clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- clearPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- clearPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- clearPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- clearPubkey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Node pubkey
- clearPubkey() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The public key of the watchtower.
- clearPubkeys() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- clearPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool public_only = 3;
- clearPublishError() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- clearPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- clearRawKeyBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The raw bytes of the key being identified.
- clearRawSigs() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- clearRawSpendingTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The raw bytes of the spending transaction.
- clearRawTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The raw bytes of the confirmed transaction.
- clearRawTx() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
The serialized transaction sent out on the network.
- clearRawTxBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ The raw bytes of the transaction to be signed.
- clearRawTxHex() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The raw transaction hex.
- clearReceipt() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- clearRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The total value of funds successfully recovered from this channel
- clearRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- clearRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- clearRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The counterparty's current balance in this channel
- clearRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 remote_balance = 5[json_name = "remote_balance"];
- clearRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The minimum satoshis the other node is required to reserve in its balance.
- clearRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The minimum satoshis the other node is required to reserve in its
balance.
- clearRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The delay we require on the remote's commitment transaction.
- clearRemoteForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool remote_force = 3;
- clearRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- clearRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- clearRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Public key of the remote peer that we formerly had a channel with.
- clearReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- clearReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- clearResults() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- clearReversed() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- clearRHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
/ Hash corresponding to the (hold) invoice to subscribe to.
- clearRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
bytes r_hash = 1[json_name = "r_hash"];
- clearRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The hash of the preimage
- clearRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
/ The payment hash of the invoice to be looked up.
- clearRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- clearRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- clearRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The taken route when state is SUCCEEDED.
- clearRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- clearRouteHints() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- clearRouteHints() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- clearRouteHints() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- clearRouteHints() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- clearRoutes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- clearRoutingFeeMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- clearRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- clearRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- clearSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- clearSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- clearSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- clearSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- clearSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The fee rate, expressed in sat/byte, that should be used to spend the input
with.
- clearSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The fee rate we'll use to sweep the output.
- clearSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- clearSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- clearSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis received from this peer
- clearSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis sent to this peer
- clearScope() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- clearScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- clearScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- clearScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- clearScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The output script for the outpoint above.
- clearSeedEntropy() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- clearSendAll() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- clearSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- clearSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was settled
- clearSettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Settled balance at the time of channel closure
- clearSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "settle" index of this invoice.
- clearSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- clearShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
bool show = 1;
- clearSighash() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target sighash type that should be used when generating the final
sighash, and signature.
- clearSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- clearSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- clearSignature() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The signature that validates the announced data and proves the ownership
of node id.
- clearSignDescs() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- clearSigScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- clearSingleChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- clearSingleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- clearSourcePubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- clearSpend() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- clearSpendingHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The height at which the spending transaction was included in a block.
- clearSpendingInputIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The input of the spending transaction that fulfilled the spend request.
- clearSpendingOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- clearSpendingTxHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The hash of the spending transaction.
- clearSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ Whether unconfirmed outputs should be used as inputs for the funding transaction.
- clearStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ Indicates whether the htlc is in its first or second stage of recovery
- clearStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Start time is the starting point of the forwarding history request.
- clearState() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- clearState() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
/ Current state the payment is in.
- clearStatus() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- clearSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- clearSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bool success = 2[json_name = "success"];
- clearSuccessProb() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Estimation of success probability for this channel.
- clearSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Whether the wallet's view is synced to the main chain
- clearSyncType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ The target number of blocks that the closure transaction should be confirmed by.
- clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The target number of blocks that the funding transaction should be confirmed by.
- clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- clearTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- clearTargetConf() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The target number of blocks that the input should be spent within.
- clearTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Deprecated.
- clearTimeLockDelay() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
An estimate of the worst case time delay that can occur.
- clearTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The required timelock delta for HTLCs forwarded over the channel.
- clearTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- clearTimeLockDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- clearTimeLockedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The sum of all the time-locked outputs at the time of channel closure
- clearTimeoutSeconds() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- clearTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- clearTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 timestamp = 4[json_name = "timestamp"];
- clearTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Timestamp of this transaction
- clearTimestamp() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
A timestamp that allows ordering in the case of multiple announcements.
- clearTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- clearTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total amount in millisatoshis.
- clearTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The balance of the wallet
- clearTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ The sum of all channels capacity for the node, denominated in satoshis.
- clearTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- clearTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Fees paid for this transaction
- clearTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total fees in millisatoshis.
- clearTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ The balance in satoshis encumbered in pending channels
- clearTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- clearTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've received within this channel.
- clearTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've sent within this channel.
- clearTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The cumulative (final) time lock across the entire route.
- clearTransactions() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- clearTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- clearTxHex() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
The raw serialized transaction.
- clearTxid() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The transaction hash for which we should request a confirmation notification
for.
- clearTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
bytes txid = 1[json_name = "txid"];
- clearTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- clearTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- clearTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ Raw bytes representing the transaction id.
- clearTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ Reversed, hex-encoded string representing the transaction id.
- clearTxIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The index of the confirmed transaction within the transaction.
- clearType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- clearType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- clearType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The type of address
- clearUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- clearUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The unsettled balance in this channel
- clearUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- clearUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- clearUris() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- clearUris() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The URIs of the watchtower.
- clearUseMissionControl() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- clearUtxos() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- clearValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ Whether the signature was valid over the given message
- clearValue() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ The value of this invoice in satoshis
- clearValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The value of this invoice in satoshis
- clearValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- clearValue() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
/ The value of the output being spent.
- clearValueMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The value of the payment in milli-satoshis
- clearValueSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The value of the payment in satoshis
- clearVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- clearWaitingCloseChannels() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- clearWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- clearWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
wallet_password should be the current valid passphrase for the daemon.
- clearWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- clearWitness() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
/ The serializes witness stack for the specified input.
- clearWitnessScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The full script required to properly redeem the output.
- clearWitnessType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- ClientSideException - Exception in org.lightningj.lnd.wrapper
-
Exception indicating an error occurred on client side which
indicate there is some problem on the client side such
as invalid request data.
- ClientSideException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.ClientSideException
-
Exception indicating an error occurred on client side which
indicate there is some problem on the client side such
as invalid request data.
- ClientSideException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.ClientSideException
-
Exception indicating an error occurred on client side which
indicate there is some problem on the client side such
as invalid request data.
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- clone() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- clone() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- clone() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- clone() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- clone() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- clone() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- clone() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- clone() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- clone() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- clone() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- clone() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- clone() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- clone() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- clone() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- clone() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- clone() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- close() - Method in class org.lightningj.lnd.wrapper.API
-
Method to close underlying channel and free resources.
- CLOSE_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- CLOSE_PENDING_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- CLOSE_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- closeChannel(LightningApi.CloseChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `closechannel`
CloseChannel attempts to close an active channel identified by its channel
outpoint (ChannelPoint).
- closeChannel(LightningApi.CloseChannelRequest, StreamObserver<LightningApi.CloseStatusUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `closechannel`
CloseChannel attempts to close an active channel identified by its channel
outpoint (ChannelPoint).
- closeChannel(LightningApi.CloseChannelRequest, StreamObserver<LightningApi.CloseStatusUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `closechannel`
CloseChannel attempts to close an active channel identified by its channel
outpoint (ChannelPoint).
- closeChannel(ChannelPoint, Boolean, Integer, Long, StreamObserver<CloseStatusUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a closeChannel request.
- closeChannel(CloseChannelRequest, StreamObserver<CloseStatusUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a closeChannel request.
- closeChannel(ChannelPoint, Boolean, Integer, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a closeChannel request.
- closeChannel(CloseChannelRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a closeChannel request.
- CloseChannelRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for CloseChannelRequest.
- CloseChannelRequest() - Constructor for class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Empty Constructor
- CloseChannelRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Json Parsing Constructor
- CloseChannelRequest(LightningApi.CloseChannelRequest) - Constructor for class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Constructor using underlying Lightning API Object
- CLOSED_CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- CLOSED_CHANNEL_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
CLOSED_CHANNEL = 1;
- CLOSED_CHANS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- CLOSED_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- ClosedChannel() - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Empty Constructor
- ClosedChannel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Json Parsing Constructor
- ClosedChannel(LightningApi.PendingChannelsResponse.ClosedChannel) - Constructor for class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Constructor using underlying Lightning API Object
- closedChannels(LightningApi.ClosedChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `closedchannels`
ClosedChannels returns a description of all the closed channels that
this node was a participant in.
- closedChannels(LightningApi.ClosedChannelsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `closedchannels`
ClosedChannels returns a description of all the closed channels that
this node was a participant in.
- closedChannels(LightningApi.ClosedChannelsRequest, StreamObserver<LightningApi.ClosedChannelsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `closedchannels`
ClosedChannels returns a description of all the closed channels that
this node was a participant in.
- closedChannels(LightningApi.ClosedChannelsRequest, StreamObserver<LightningApi.ClosedChannelsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `closedchannels`
ClosedChannels returns a description of all the closed channels that
this node was a participant in.
- closedChannels(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, StreamObserver<ClosedChannelsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a closedChannels request.
- closedChannels(ClosedChannelsRequest, StreamObserver<ClosedChannelsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a closedChannels request.
- closedChannels(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a closedChannels request.
- closedChannels(ClosedChannelsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a closedChannels request.
- ClosedChannelsRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ClosedChannelsRequest.
- ClosedChannelsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Empty Constructor
- ClosedChannelsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Json Parsing Constructor
- ClosedChannelsRequest(LightningApi.ClosedChannelsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Constructor using underlying Lightning API Object
- ClosedChannelsResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ClosedChannelsResponse.
- ClosedChannelsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
-
Empty Constructor
- ClosedChannelsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
-
Json Parsing Constructor
- ClosedChannelsResponse(LightningApi.ClosedChannelsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
-
Constructor using underlying Lightning API Object
- ClosedChannelUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ClosedChannelUpdate.
- ClosedChannelUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Empty Constructor
- ClosedChannelUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Json Parsing Constructor
- ClosedChannelUpdate(LightningApi.ClosedChannelUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Constructor using underlying Lightning API Object
- CloseStatusUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for CloseStatusUpdate.
- CloseStatusUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Empty Constructor
- CloseStatusUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Json Parsing Constructor
- CloseStatusUpdate(LightningApi.CloseStatusUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Constructor using underlying Lightning API Object
- CLOSING_TX_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- CLOSING_TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- CLOSING_TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- CLOSING_TXID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- CLTV_EXPIRY_DELTA_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- CLTV_EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- CLTV_EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- CLTV_EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- CLTV_EXPIRY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- CLTV_LIMIT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- CLTV_LIMIT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- CODE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- COLOR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- COLOR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- COLOR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- COMMIT_FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
-
- COMMIT_FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- COMMIT_WEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
-
- COMMIT_WEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- COMMITMENT_NO_DELAY_VALUE - Static variable in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
A witness that allows us to spend a settled no-delay output immediately on a
counterparty's commitment transaction.
- COMMITMENT_REVOKE_VALUE - Static variable in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
A witness that allows us to sweep the settled output of a malicious
counterparty's who broadcasts a revoked commitment transaction.
- COMMITMENT_TIME_LOCK_VALUE - Static variable in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
A witness that allows us to spend the output of a commitment transaction
after a relative lock-time lockout.
- CommunicationException - Exception in org.lightningj.lnd.wrapper
-
Exception indicating an error occurred when communicating
with server.
- CommunicationException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.CommunicationException
-
Exception indicating an error occurred when communicating
with server.
- CommunicationException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.CommunicationException
-
Exception indicating an error occurred when communicating
with server.
- computeInputScript(SignerOuterClass.SignReq) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerBlockingStub
-
ComputeInputScript generates a complete InputIndex for the passed
transaction with the signature as defined within the passed SignDescriptor.
- computeInputScript(SignerOuterClass.SignReq) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerFutureStub
-
ComputeInputScript generates a complete InputIndex for the passed
transaction with the signature as defined within the passed SignDescriptor.
- computeInputScript(SignerOuterClass.SignReq, StreamObserver<SignerOuterClass.InputScriptResp>) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerImplBase
-
ComputeInputScript generates a complete InputIndex for the passed
transaction with the signature as defined within the passed SignDescriptor.
- computeInputScript(SignerOuterClass.SignReq, StreamObserver<SignerOuterClass.InputScriptResp>) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerStub
-
ComputeInputScript generates a complete InputIndex for the passed
transaction with the signature as defined within the passed SignDescriptor.
- computeInputScript(byte[], List<SignDescriptor>, StreamObserver<InputScriptResp>) - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
Method to generate a computeInputScript request.
- computeInputScript(SignReq, StreamObserver<InputScriptResp>) - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
Method to send a computeInputScript request.
- computeInputScript(byte[], List<SignDescriptor>) - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Method to generate a computeInputScript request.
- computeInputScript(SignReq) - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Method to send a computeInputScript request.
- CONF_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- CONF_TARGET_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- ConfDetails - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for ConfDetails.
- ConfDetails() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Empty Constructor
- ConfDetails(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Json Parsing Constructor
- ConfDetails(ChainNotifierOuterClass.ConfDetails) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Constructor using underlying Lightning API Object
- ConfEvent - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for ConfEvent.
- ConfEvent() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Empty Constructor
- ConfEvent(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Json Parsing Constructor
- ConfEvent(ChainNotifierOuterClass.ConfEvent) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Constructor using underlying Lightning API Object
- CONFIRMATION_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- CONFIRMATIONS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- ConfirmationUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ConfirmationUpdate.
- ConfirmationUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Empty Constructor
- ConfirmationUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Json Parsing Constructor
- ConfirmationUpdate(LightningApi.ConfirmationUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Constructor using underlying Lightning API Object
- CONFIRMED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- ConfRequest - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for ConfRequest.
- ConfRequest() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Empty Constructor
- ConfRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Json Parsing Constructor
- ConfRequest(ChainNotifierOuterClass.ConfRequest) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Constructor using underlying Lightning API Object
- CONNECTING_NODE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- connectPeer(LightningApi.ConnectPeerRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `connect`
ConnectPeer attempts to establish a connection to a remote peer.
- connectPeer(LightningApi.ConnectPeerRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `connect`
ConnectPeer attempts to establish a connection to a remote peer.
- connectPeer(LightningApi.ConnectPeerRequest, StreamObserver<LightningApi.ConnectPeerResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `connect`
ConnectPeer attempts to establish a connection to a remote peer.
- connectPeer(LightningApi.ConnectPeerRequest, StreamObserver<LightningApi.ConnectPeerResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `connect`
ConnectPeer attempts to establish a connection to a remote peer.
- connectPeer(LightningAddress, Boolean, StreamObserver<ConnectPeerResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a connectPeer request.
- connectPeer(ConnectPeerRequest, StreamObserver<ConnectPeerResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a connectPeer request.
- connectPeer(LightningAddress, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a connectPeer request.
- connectPeer(ConnectPeerRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a connectPeer request.
- ConnectPeerRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ConnectPeerRequest.
- ConnectPeerRequest() - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Empty Constructor
- ConnectPeerRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Json Parsing Constructor
- ConnectPeerRequest(LightningApi.ConnectPeerRequest) - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Constructor using underlying Lightning API Object
- ConnectPeerResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for ConnectPeerResponse.
- ConnectPeerResponse() - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerResponse
-
Empty Constructor
- ConnectPeerResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerResponse
-
Json Parsing Constructor
- ConnectPeerResponse(LightningApi.ConnectPeerResponse) - Constructor for class org.lightningj.lnd.wrapper.message.ConnectPeerResponse
-
Constructor using underlying Lightning API Object
- containsAddrToAmount(String) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
/ The map from addresses to amounts for the transaction.
- containsAddrToAmount(String) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
/ The map from addresses to amounts for the transaction.
- containsAddrToAmount(String) - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
/ The map from addresses to amounts for the transaction.
- containsAddrToAmount(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The map from addresses to amounts
- containsAddrToAmount(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The map from addresses to amounts
- containsAddrToAmount(String) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- containsScores(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
map<string, double> scores = 2[json_name = "scores"];
- containsScores(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
map<string, double> scores = 2[json_name = "scores"];
- containsScores(String) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2[json_name = "scores"];
- containsScores(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
A map from hex-encoded public keys to scores.
- containsScores(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
A map from hex-encoded public keys to scores.
- containsScores(String) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- COOPERATIVE_CLOSE_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
COOPERATIVE_CLOSE = 0;
- COOPERATIVE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- CREATION_DATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- CREATION_DATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
-
- CSV_DELAY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
-
- CURRENT_PASSWORD_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
- genSeed(LightningApi.GenSeedRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(LightningApi.GenSeedRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(LightningApi.GenSeedRequest, StreamObserver<LightningApi.GenSeedResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(LightningApi.GenSeedRequest, StreamObserver<LightningApi.GenSeedResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(byte[], byte[], StreamObserver<GenSeedResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
-
Method to generate a genSeed request.
- genSeed(GenSeedRequest, StreamObserver<GenSeedResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
-
Method to send a genSeed request.
- genSeed(byte[], byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Method to generate a genSeed request.
- genSeed(GenSeedRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Method to send a genSeed request.
- GenSeedRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GenSeedRequest.
- GenSeedRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Empty Constructor
- GenSeedRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Json Parsing Constructor
- GenSeedRequest(LightningApi.GenSeedRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Constructor using underlying Lightning API Object
- GenSeedResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GenSeedResponse.
- GenSeedResponse() - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Empty Constructor
- GenSeedResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Json Parsing Constructor
- GenSeedResponse(LightningApi.GenSeedResponse) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Constructor using underlying Lightning API Object
- getAbandoned() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool abandoned = 6;
- getAbandoned() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool abandoned = 6;
- getAbandoned() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool abandoned = 6;
- getAbandoned() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for abandoned.
- getActive() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
/ Indicates whether the autopilot is active or not.
- getActive() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
/ Indicates whether the autopilot is active or not.
- getActive() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponseOrBuilder
-
/ Indicates whether the autopilot is active or not.
- getActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is active or not
- getActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ Whether this channel is active or not
- getActive() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ Whether this channel is active or not
- getActive() - Method in class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Getter for active.
- getActive() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for active.
- getActiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- getActiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- getActiveChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- getActiveChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of active_channel.
- getActiveChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- getActiveChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- getActiveChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- getActiveChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- getActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool active_only = 1;
- getActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool active_only = 1;
- getActiveOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool active_only = 1;
- getActiveOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for activeOnly.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
The "add" index of this invoice.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
The "add" index of this invoice.
- getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
The "add" index of this invoice.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "add" index of this invoice.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The "add" index of this invoice.
- getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The "add" index of this invoice.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- getAddIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- getAddIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceSubscriptionOrBuilder
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for add_index.
- getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for add_index.
- getAddIndex() - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
-
Getter for add_index.
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string addr = 2[json_name = "addr"];
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string addr = 2[json_name = "addr"];
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ The address to send coins to
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ The address to send coins to
- getAddr() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- getAddr() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
The address encoded using a bech32 format.
- getAddr() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponseOrBuilder
-
The address encoded using a bech32 format.
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Getter for a list of addr.
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Getter for addr.
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for addr.
- getAddr() - Method in class org.lightningj.lnd.wrapper.walletkit.message.AddrResponse
-
Getter for addr.
- getAddrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string addr = 2[json_name = "addr"];
- getAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string addr = 2[json_name = "addr"];
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ The address to send coins to
- getAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ The address to send coins to
- getAddrBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- getAddrBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
The address encoded using a bech32 format.
- getAddrBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponseOrBuilder
-
The address encoded using a bech32 format.
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
/ The newly generated wallet address
- getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressResponseOrBuilder
-
/ The newly generated wallet address
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The address
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The address
- getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The address
- getAddress() - Method in class org.lightningj.lnd.wrapper.message.NewAddressResponse
-
Getter for address.
- getAddress() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for address.
- getAddress() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for address.
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
/ The newly generated wallet address
- getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressResponseOrBuilder
-
/ The newly generated wallet address
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The address
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The address
- getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The address
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated string addresses = 1;
- getAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated string addresses = 1;
- getAddresses() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for a list of addresses.
- getAddresses() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for a list of addresses.
- getAddressesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- getAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated string addresses = 1;
- getAddressesBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated string addresses = 1;
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated string addresses = 1;
- getAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated string addresses = 1;
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated string addresses = 1;
- getAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated string addresses = 1;
- getAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddrOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddrOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddrOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
Deprecated.
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
Deprecated.
- getAddrToAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
Deprecated.
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Deprecated.
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
Deprecated.
- getAddrToAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
Deprecated.
- getAddrToAmountAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Returns AddrToAmount as a detached map.
- getAddrToAmountAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Returns AddrToAmount as a detached map.
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getAddrToAmountCount() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getAddrToAmountCount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- getAddrToAmountEntries() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getAddrToAmountEntries() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountMap() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The map from addresses to amounts
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The map from addresses to amounts
- getAddrToAmountMap() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountOrDefault(String, long) - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
/ The map from addresses to amounts for the transaction.
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- getAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- getAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string advertising_node = 5;
- getAdvertisingNode() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string advertising_node = 5;
- getAdvertisingNode() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for advertisingNode.
- getAdvertisingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- getAdvertisingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string advertising_node = 5;
- getAdvertisingNodeBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string advertising_node = 5;
- getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedRequestOrBuilder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Getter for aezeedPassphrase.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for aezeedPassphrase.
- getAggregatedValidationErrors() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ If applicable, the alias of the current node, e.g.
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ If applicable, the alias of the current node, e.g.
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string alias = 3[json_name = "alias"];
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string alias = 3[json_name = "alias"];
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string alias = 4;
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string alias = 4;
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for alias.
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for alias.
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for alias.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string alias = 3[json_name = "alias"];
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string alias = 3[json_name = "alias"];
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string alias = 4;
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string alias = 4;
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
int64 amount = 2[json_name = "amount"];
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
int64 amount = 2[json_name = "amount"];
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
int64 amount = 2[json_name = "amount"];
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The total value of the htlc
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The total value of the htlc
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The total value of the htlc
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The amount in satoshis to send
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ The amount in satoshis to send
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ The amount in satoshis to send
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction amount, denominated in satoshis
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The transaction amount, denominated in satoshis
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The transaction amount, denominated in satoshis
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for amount.
- getAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The value of the unspent coin in satoshis
- getAmountSat() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The value of the unspent coin in satoshis
- getAmountSat() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The value of the unspent coin in satoshis
- getAmountSat() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The value of the output we're attempting to sweep.
- getAmountSat() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The value of the output we're attempting to sweep.
- getAmountSat() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The value of the output we're attempting to sweep.
- getAmountSat() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for amount_sat.
- getAmountSat() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for amount_sat.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The amount to send expressed in satoshis
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
/ The amount to send expressed in satoshis
- getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
/ The amount to send expressed in satoshis
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ Number of satoshis to send.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ Number of satoshis to send.
- getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ Number of satoshis to send.
- getAmt() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ Number of satoshis to send.
- getAmt() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
/ Number of satoshis to send.
- getAmt() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
/ Number of satoshis to send.
- getAmt() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for amt.
- getAmt() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for amt.
- getAmt() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for amt.
- getAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount (in satoshis) of the incoming HTLC that created half the circuit.
- getAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The total amount (in satoshis) of the incoming HTLC that created half the circuit.
- getAmtIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The total amount (in satoshis) of the incoming HTLC that created half the circuit.
- getAmtIn() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for amt_in.
- getAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.
- getAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.
- getAmtOut() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.
- getAmtOut() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for amt_out.
- getAmtPaid() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- getAmtPaid() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Deprecated.
- getAmtPaid() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Deprecated.
- getAmtPaid() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for amt_paid.
- getAmtPaidMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in millisatoshis.
- getAmtPaidMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The amount that was accepted for this invoice, in millisatoshis.
- getAmtPaidMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The amount that was accepted for this invoice, in millisatoshis.
- getAmtPaidMsat() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for amt_paid_msat.
- getAmtPaidSat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in satoshis.
- getAmtPaidSat() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The amount that was accepted for this invoice, in satoshis.
- getAmtPaidSat() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The amount that was accepted for this invoice, in satoshis.
- getAmtPaidSat() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for amt_paid_sat.
- getAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The amount one wishes to send to the target destination.
- getAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
The amount one wishes to send to the target destination.
- getAmtSat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequestOrBuilder
-
The amount one wishes to send to the target destination.
- getAmtSat() - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeRequest
-
Getter for amtSat.
- getAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
Deprecated.
- getAmtToForward() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
Deprecated.
- getAmtToForward() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for amt_to_forward.
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- getAmtToForwardMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for amt_to_forward_msat.
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.AddressType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.ChannelCloseSummary.ClosureType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.ChannelEventUpdate.UpdateType
-
- getApiObject() - Method in class org.lightningj.lnd.wrapper.Message
-
Method to return the underlying API object in GRPC format.
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.Invoice.InvoiceState
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.Payment.PaymentStatus
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.Peer.SyncType
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.router.message.Failure.FailureCode
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.router.message.PaymentState
-
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.walletkit.message.WitnessType
-
- getAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- getAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- getAvgChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- getAvgChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for avg_channel_size.
- getAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- getAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- getAvgOutDegree() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- getAvgOutDegree() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for avg_out_degree.
- getBackupCase() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- getBackupCase() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getBackupCase() - Method in interface org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequestOrBuilder
-
- getBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels balances denominated in satoshis
- getBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
/ Sum of channels balances denominated in satoshis
- getBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
/ Sum of channels balances denominated in satoshis
- getBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for balance.
- getBaseFee() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- getBaseFee() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- getBaseFee() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- getBaseFee() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for baseFee.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for base_fee_msat.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for base_fee_msat.
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for best_header_timestamp.
- getBlockHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The hash of the block in which the confirmed transaction was included in.
- getBlockHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
The hash of the block in which the confirmed transaction was included in.
- getBlockHash() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetailsOrBuilder
-
The hash of the block in which the confirmed transaction was included in.
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The node's current view of the hash of the best block
- getBlockHash() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The node's current view of the hash of the best block
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The hash of the block this transaction was included in
- getBlockHash() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The hash of the block this transaction was included in
- getBlockHash() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Getter for blockHash.
- getBlockHash() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for block_hash.
- getBlockHash() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for block_hash.
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The node's current view of the hash of the best block
- getBlockHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The node's current view of the hash of the best block
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The hash of the block this transaction was included in
- getBlockHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The hash of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The height of the block in which the confirmed transaction was included in.
- getBlockHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
The height of the block in which the confirmed transaction was included in.
- getBlockHeight() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetailsOrBuilder
-
The height of the block in which the confirmed transaction was included in.
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
int32 block_height = 2;
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
int32 block_height = 2;
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
int32 block_height = 2;
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the height of the best block
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The node's current view of the height of the best block
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The node's current view of the height of the best block
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The height of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The height of the block this transaction was included in
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The height of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Getter for blockHeight.
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for blockHeight.
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for block_height.
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for block_height.
- getBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
bytes block_sha = 1;
- getBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
bytes block_sha = 1;
- getBlockSha() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
bytes block_sha = 1;
- getBlockSha() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for blockSha.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for blocks_til_maturity.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for blocks_til_maturity.
- getBreach() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool breach = 4;
- getBreach() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool breach = 4;
- getBreach() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool breach = 4;
- getBreach() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for breach.
- getBroadcastAttempts() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The number of broadcast attempts we've made to sweep the output.
- getBroadcastAttempts() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The number of broadcast attempts we've made to sweep the output.
- getBroadcastAttempts() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The number of broadcast attempts we've made to sweep the output.
- getBroadcastAttempts() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for broadcast_attempts.
- getBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted from this peer
- getBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Bytes of data transmitted from this peer
- getBytesRecv() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Bytes of data transmitted from this peer
- getBytesRecv() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for bytes_recv.
- getBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted to this peer
- getBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Bytes of data transmitted to this peer
- getBytesSent() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Bytes of data transmitted to this peer
- getBytesSent() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for bytes_sent.
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Total capacity of the channel.
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ Total capacity of the channel.
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ Total capacity of the channel.
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
int64 capacity = 6[json_name = "capacity"];
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
int64 capacity = 6[json_name = "capacity"];
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
int64 capacity = 6[json_name = "capacity"];
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
int64 capacity = 3;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
int64 capacity = 3;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
int64 capacity = 3;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
int64 capacity = 2;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
int64 capacity = 2;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
int64 capacity = 2;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 capacity = 3[json_name = "capacity"];
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 capacity = 3[json_name = "capacity"];
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 capacity = 3[json_name = "capacity"];
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for capacity.
- getChain() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- getChain() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- getChain() - Method in interface org.lightningj.lnd.proto.LightningApi.ChainOrBuilder
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- getChain() - Method in class org.lightningj.lnd.wrapper.message.Chain
-
Getter for chain.
- getChainBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- getChainBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- getChainBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChainOrBuilder
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The hash of the genesis block that this channel resides within.
- getChainHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ The hash of the genesis block that this channel resides within.
- getChainHash() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ The hash of the genesis block that this channel resides within.
- getChainHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The target chain that this channel was opened within.
- getChainHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The target chain that this channel was opened within.
- getChainHash() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The target chain that this channel was opened within.
- getChainHash() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for chain_hash.
- getChainHash() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for chainHash.
- getChainHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The hash of the genesis block that this channel resides within.
- getChainHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ The hash of the genesis block that this channel resides within.
- getChainHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ The hash of the genesis block that this channel resides within.
- getChains(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChains(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChains(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChains() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for a list of chains.
- getChainsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChainsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChainsList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChainsList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChainsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChainsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChainsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChainsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Is an encrypted single-chan backup.
- getChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
Is an encrypted single-chan backup.
- getChanBackup() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupOrBuilder
-
Is an encrypted single-chan backup.
- getChanBackup() - Method in class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Getter for chan_backup.
- getChanBackups(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackups(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackups(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- getChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- getChanBackups() - Method in interface org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequestOrBuilder
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- getChanBackups() - Method in class org.lightningj.lnd.wrapper.message.ChannelBackups
-
Getter for a list of chan_backups.
- getChanBackups() - Method in class org.lightningj.lnd.wrapper.message.RestoreChanBackupRequest
-
Getter for a list of chan_backups.
- getChanBackupsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- getChanBackupsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackupsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanBackupsList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackupsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- getChanBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- getChanBackupsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequestOrBuilder
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- getChanBackupsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
A set of single-chan static channel backups.
- getChanBackupsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupsOrBuilder
-
A set of single-chan static channel backups.
- getChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- getChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- getChanCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- getChanCapacity() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for chan_capacity.
- getChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanClose() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanClose() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Getter for a list of chan_close.
- getChanCloseBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanCloseOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanCloseOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanCloseOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanInfoRequestOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The unique identifier of the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The unique identifier of the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The unique identifier of the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The unique description of the funding transaction.
- getChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The unique description of the funding transaction.
- getChanId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The unique description of the funding transaction.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for chan_id.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for chan_id.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for chan_id.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for chan_id.
- getChanId() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for chanId.
- getChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for chan_id_in.
- getChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- getChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- getChanIdOut() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- getChanIdOut() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for chan_id_out.
- getChanInfo(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest, StreamObserver<LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest, StreamObserver<LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(Long, StreamObserver<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getChanInfo request.
- getChanInfo(ChanInfoRequest, StreamObserver<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getChanInfo request.
- getChanInfo(Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getChanInfo request.
- getChanInfo(ChanInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getChanInfo request.
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
/ The pending channel to be closed
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
/ The pending channel to be closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The pending channel to be force closed
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The pending channel to be force closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
/ The pending channel
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
/ The pending channel
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
/ The pending channel waiting for closing tx to confirm
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
/ The pending channel waiting for closing tx to confirm
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Getter for a list of channel.
- getChannelBackups() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in interface org.lightningj.lnd.proto.LightningApi.UnlockWalletRequestOrBuilder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackups() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for a list of channelBackups.
- getChannelBackups() - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Getter for a list of channelBackups.
- getChannelBackupsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBackupsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.UnlockWalletRequestOrBuilder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- getChannelCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- getChannelCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getChannelCase() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
- getChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFees(int) - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFees() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for a list of channel_fees.
- getChannelFeesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesCount() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesCount() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesList() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- getChannelFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- getChannelFlags() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- getChannelFlags() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for channelFlags.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
The unique channel ID for the channel.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
The unique channel ID for the channel.
- getChannelId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
The unique channel ID for the channel.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
/ The short channel id of this edge.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
/ The short channel id of this edge.
- getChannelId() - Method in interface org.lightningj.lnd.proto.LightningApi.EdgeLocatorOrBuilder
-
/ The short channel id of this edge.
- getChannelId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Short channel id
- getChannelId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
/ Short channel id
- getChannelId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistoryOrBuilder
-
/ Short channel id
- getChannelId() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for channel_id.
- getChannelId() - Method in class org.lightningj.lnd.wrapper.message.EdgeLocator
-
Getter for channelId.
- getChannelId() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Getter for channel_id.
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
/ The pending channel to be closed
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
/ The pending channel to be closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The pending channel to be force closed
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The pending channel to be force closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
/ The pending channel
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
/ The pending channel
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
/ The pending channel waiting for closing tx to confirm
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
/ The pending channel waiting for closing tx to confirm
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.AbandonChannelRequestOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
-
Getter for a list of channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for channel_point.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for channel_point.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Getter for a list of channel_point.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for a list of channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for channel_point.
- getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.AbandonChannelRequestOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1;
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
/ A list of all public channels for the node.
- getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
/ A list of all public channels for the node.
- getChannels(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- getChannels(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
/ Historical information of particular channels.
- getChannels(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistoryOrBuilder
-
/ Historical information of particular channels.
- getChannels() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
-
Getter for a list of channels.
- getChannels() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
-
Getter for a list of channels.
- getChannels() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for a list of channels.
- getChannels() - Method in class org.lightningj.lnd.wrapper.router.message.NodeHistory
-
Getter for a list of channels.
- getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- getChannelsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- getChannelsBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
/ A list of all public channels for the node.
- getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
/ A list of all public channels for the node.
- getChannelsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- getChannelsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
/ Historical information of particular channels.
- getChannelsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistoryOrBuilder
-
/ Historical information of particular channels.
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
/ A list of all public channels for the node.
- getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
/ A list of all public channels for the node.
- getChannelsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- getChannelsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
/ Historical information of particular channels.
- getChannelsList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistoryOrBuilder
-
/ Historical information of particular channels.
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
/ A list of all public channels for the node.
- getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
/ A list of all public channels for the node.
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
/ Historical information of particular channels.
- getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistoryOrBuilder
-
/ Historical information of particular channels.
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponseOrBuilder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
/ A list of all public channels for the node.
- getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
/ A list of all public channels for the node.
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
/ Historical information of particular channels.
- getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistoryOrBuilder
-
/ Historical information of particular channels.
- getChannelUpdate() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ An optional channel update message.
- getChannelUpdate() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
/ An optional channel update message.
- getChannelUpdate() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
/ An optional channel update message.
- getChannelUpdate() - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Getter for a list of channelUpdate.
- getChannelUpdateBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ An optional channel update message.
- getChannelUpdateOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ An optional channel update message.
- getChannelUpdateOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
/ An optional channel update message.
- getChannelUpdateOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
/ An optional channel update message.
- getChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of channelUpdates.
- getChannelUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpen() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpen() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for a list of chan_open.
- getChanOpenBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpenOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpenOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpenOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPending() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPending() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for a list of chan_pending.
- getChanPendingBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPendingOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
Identifies the channel that this backup belongs to.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupOrBuilder
-
Identifies the channel that this backup belongs to.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string chan_point = 2[json_name = "chan_point"];
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string chan_point = 2[json_name = "chan_point"];
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The channel that this fee report belongs to.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The channel that this fee report belongs to.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
/ The target channel point to obtain a back up for.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
/ The target channel point to obtain a back up for.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequestOrBuilder
-
/ The target channel point to obtain a back up for.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ If set, this update will target a specific channel.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ If set, this update will target a specific channel.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Getter for a list of chan_point.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for chan_point.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for channel_point.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ExportChannelBackupRequest
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for a list of chan_point.
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
/ The target channel point to obtain a back up for.
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string chan_point = 2[json_name = "chan_point"];
- getChanPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string chan_point = 2[json_name = "chan_point"];
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The channel that this fee report belongs to.
- getChanPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The channel that this fee report belongs to.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
Identifies the channel that this backup belongs to.
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBackupOrBuilder
-
Identifies the channel that this backup belongs to.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
/ The target channel point to obtain a back up for.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
/ The target channel point to obtain a back up for.
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequestOrBuilder
-
/ The target channel point to obtain a back up for.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ If set, this update will target a specific channel.
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ If set, this update will target a specific channel.
- getChanPoints(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPoints(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPoints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPoints() - Method in class org.lightningj.lnd.wrapper.message.MultiChanBackup
-
Getter for a list of chan_points.
- getChanPointsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsCount() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsCount() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsList() - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
Is the set of all channels that are included in this multi-channel backup.
- getChanPointsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
Is the set of all channels that are included in this multi-channel backup.
- getChanStatusFlags() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ A set of flags showing the current state of the channel.
- getChanStatusFlags() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ A set of flags showing the current state of the channel.
- getChanStatusFlags() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ A set of flags showing the current state of the channel.
- getChanStatusFlags() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for chan_status_flags.
- getChanStatusFlagsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ A set of flags showing the current state of the channel.
- getChanStatusFlagsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ A set of flags showing the current state of the channel.
- getChanStatusFlagsBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ A set of flags showing the current state of the channel.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic() - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Getter for a list of cipherSeedMnemonic.
- getCipherSeedMnemonic() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for a list of cipherSeedMnemonic.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getClosedChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- getClosedChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- getClosedChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- getClosedChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of closed_channel.
- getClosedChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- getClosedChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- getClosedChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- getClosedChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- getClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of closedChans.
- getClosedChansBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
uint32 closed_height = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
uint32 closed_height = 3;
- getClosedHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
uint32 closed_height = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for closedHeight.
- getCloseHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Height at which the funding transaction was spent.
- getCloseHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ Height at which the funding transaction was spent.
- getCloseHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ Height at which the funding transaction was spent.
- getCloseHeight() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for close_height.
- getClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePending() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePending() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Getter for a list of close_pending.
- getClosePendingBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePendingOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getCloseType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Details on how the channel was closed.
- getCloseType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ Details on how the channel was closed.
- getCloseType() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ Details on how the channel was closed.
- getCloseType() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for close_type.
- getCloseTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Details on how the channel was closed.
- getCloseTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ Details on how the channel was closed.
- getCloseTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ Details on how the channel was closed.
- getClosingTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The txid of the transaction which ultimately closed this channel.
- getClosingTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ The txid of the transaction which ultimately closed this channel.
- getClosingTxHash() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ The txid of the transaction which ultimately closed this channel.
- getClosingTxHash() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for closing_tx_hash.
- getClosingTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The txid of the transaction which ultimately closed this channel.
- getClosingTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ The txid of the transaction which ultimately closed this channel.
- getClosingTxHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ The txid of the transaction which ultimately closed this channel.
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bytes closing_txid = 1[json_name = "closing_txid"];
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
bytes closing_txid = 1[json_name = "closing_txid"];
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdateOrBuilder
-
bytes closing_txid = 1[json_name = "closing_txid"];
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Getter for closing_txid.
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Getter for closing_txid.
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for closing_txid.
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The transaction id of the closing transaction
- getCltvExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- getCltvExpiry() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent cltv expiry value.
- getCltvExpiry() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
/ A failure type-dependent cltv expiry value.
- getCltvExpiry() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
/ A failure type-dependent cltv expiry value.
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for cltv_expiry.
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for cltv_expiry.
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for cltv_expiry.
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Getter for cltvExpiry.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for cltv_expiry_delta.
- getCltvLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An optional maximum total time lock for the route.
- getCltvLimit() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for cltvLimit.
- getCltvLimit() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for cltvLimit.
- getCode() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ Failure code as defined in the Lightning spec
- getCode() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
/ Failure code as defined in the Lightning spec
- getCode() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
/ Failure code as defined in the Lightning spec
- getCode() - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Getter for code.
- getCodeValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ Failure code as defined in the Lightning spec
- getCodeValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
/ Failure code as defined in the Lightning spec
- getCodeValue() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
/ Failure code as defined in the Lightning spec
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The color of the current node in hex code format
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The color of the current node in hex code format
- getColor() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The color of the current node in hex code format
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string color = 5[json_name = "color"];
- getColor() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string color = 5[json_name = "color"];
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string color = 5;
- getColor() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string color = 5;
- getColor() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for color.
- getColor() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for color.
- getColor() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for color.
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The color of the current node in hex code format
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The color of the current node in hex code format
- getColorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The color of the current node in hex code format
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string color = 5[json_name = "color"];
- getColorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string color = 5[json_name = "color"];
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string color = 5;
- getColorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string color = 5;
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for commit_fee.
- getCommitFee() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for commit_fee.
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for commit_weight.
- getCommitWeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for commit_weight.
- getConf() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConf() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConf() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConf() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Getter for a list of conf.
- getConfBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The height at which this channel will be confirmed
- getConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
/ The height at which this channel will be confirmed
- getConfirmationHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
/ The height at which this channel will be confirmed
- getConfirmationHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for confirmation_height.
- getConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The number of confirmations for the Utxo
- getConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The number of confirmations for the Utxo
- getConfirmations() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The number of confirmations for the Utxo
- getConfirmations() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for confirmations.
- getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for confirmed_balance.
- getConfOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConfOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConfOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- getConfTarget() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
The number of confirmations to shoot for when estimating the fee.
- getConfTarget() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
The number of confirmations to shoot for when estimating the fee.
- getConfTarget() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequestOrBuilder
-
The number of confirmations to shoot for when estimating the fee.
- getConfTarget() - Method in class org.lightningj.lnd.wrapper.walletkit.message.EstimateFeeRequest
-
Getter for confTarget.
- getConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- getConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string connecting_node = 6;
- getConnectingNode() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string connecting_node = 6;
- getConnectingNode() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for connectingNode.
- getConnectingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- getConnectingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string connecting_node = 6;
- getConnectingNodeBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string connecting_node = 6;
- getCooperative() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool cooperative = 1;
- getCooperative() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool cooperative = 1;
- getCooperative() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool cooperative = 1;
- getCooperative() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for cooperative.
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was created
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ When this invoice was created
- getCreationDate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ When this invoice was created
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The date of this payment
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The date of this payment
- getCreationDate() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The date of this payment
- getCreationDate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for creation_date.
- getCreationDate() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for creation_date.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for csv_delay.
- getCurrentMacaroonAsHex() - Method in interface org.lightningj.lnd.wrapper.MacaroonContext
-
Method that should return the macaroon in serialized (hex encoded form) that should be used in header
for calls towards server node.
- getCurrentMacaroonAsHex() - Method in class org.lightningj.lnd.wrapper.StaticFileMacaroonContext
-
Method that should return the macaroon that should be used in header for calls towards server node.
- getCurrentPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
current_password should be the current valid passphrase used to unlock the
daemon.
- getCurrentPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
current_password should be the current valid passphrase used to unlock the
daemon.
- getCurrentPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.ChangePasswordRequestOrBuilder
-
current_password should be the current valid passphrase used to unlock the
daemon.
- getCurrentPassword() - Method in class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
-
Getter for currentPassword.
- getDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- getDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- getDayFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- getDayFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for day_fee_sum.
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- getDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description = 6[json_name = "description"];
- getDescription() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description = 6[json_name = "description"];
- getDescription() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for description.
- getDescription() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getDescriptionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- getDescriptionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description = 6[json_name = "description"];
- getDescriptionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description = 6[json_name = "description"];
- getDescriptionHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for description_hash.
- getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for description_hash.
- getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for description_hash.
- getDescriptionHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionResourceKey() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.AddressType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- getDescriptor() - Static method in enum org.lightningj.lnd.router.proto.RouterOuterClass.Failure.FailureCode
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
- getDescriptor() - Static method in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getDescriptor() - Static method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.AddressType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.Failure.FailureCode
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- getDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The identity pubkey of the payment recipient
- getDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The identity pubkey of the payment recipient
- getDest() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The identity pubkey of the payment recipient
- getDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The destination once wishes to obtain a routing fee quote to.
- getDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
The destination once wishes to obtain a routing fee quote to.
- getDest() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequestOrBuilder
-
The destination once wishes to obtain a routing fee quote to.
- getDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ The identity pubkey of the payment recipient
- getDest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
/ The identity pubkey of the payment recipient
- getDest() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
/ The identity pubkey of the payment recipient
- getDest() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for dest.
- getDest() - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeRequest
-
Getter for dest.
- getDest() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for dest.
- getDestAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- getDestAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Addresses that received funds for this transaction
- getDestAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Addresses that received funds for this transaction
- getDestAddresses() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for a list of dest_addresses.
- getDestAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- getDestAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Addresses that received funds for this transaction
- getDestAddressesBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Addresses that received funds for this transaction
- getDestAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- getDestAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Addresses that received funds for this transaction
- getDestAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Addresses that received funds for this transaction
- getDestAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- getDestAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Addresses that received funds for this transaction
- getDestAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Addresses that received funds for this transaction
- getDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- getDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string destination = 1[json_name = "destination"];
- getDestination() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string destination = 1[json_name = "destination"];
- getDestination() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for destination.
- getDestinationBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- getDestinationBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string destination = 1[json_name = "destination"];
- getDestinationBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string destination = 1[json_name = "destination"];
- getDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestString() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for destString.
- getDestStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hex-encoded identity pubkey of the payment recipient
- getDirectionReverse() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
The direction of this edge.
- getDirectionReverse() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
The direction of this edge.
- getDirectionReverse() - Method in interface org.lightningj.lnd.proto.LightningApi.EdgeLocatorOrBuilder
-
The direction of this edge.
- getDirectionReverse() - Method in class org.lightningj.lnd.wrapper.message.EdgeLocator
-
Getter for directionReverse.
- getDisabled() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
bool disabled = 5[json_name = "disabled"];
- getDisabled() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
bool disabled = 5[json_name = "disabled"];
- getDisabled() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
bool disabled = 5[json_name = "disabled"];
- getDisabled() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for disabled.
- getDoubleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- getDoubleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- getDoubleTweak() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- getDoubleTweak() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for doubleTweak.
- getEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdges(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdges() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Getter for a list of edges.
- getEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEnable() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
/ Whether the autopilot agent should be enabled or not.
- getEnable() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
/ Whether the autopilot agent should be enabled or not.
- getEnable() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequestOrBuilder
-
/ Whether the autopilot agent should be enabled or not.
- getEnable() - Method in class org.lightningj.lnd.wrapper.autopilot.message.ModifyStatusRequest
-
Getter for enable.
- getEncipheredSeed() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Getter for encipheredSeed.
- getEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ End time is the end point of the forwarding history request.
- getEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
/ End time is the end point of the forwarding history request.
- getEndTime() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
/ End time is the end point of the forwarding history request.
- getEndTime() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for end_time.
- getEntry() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntries
-
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntries
-
- getEventCase() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- getEventCase() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getEventCase() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
- getEventCase() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- getEventCase() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getEventCase() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
- getExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- getExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- getExpirationHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- getExpirationHeight() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for expiration_height.
- getExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
uint32 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
uint32 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
uint32 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for expiry.
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for expiry.
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for expiry.
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for expiry.
- getExtraOpaqueData() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- getExtraOpaqueData() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- getExtraOpaqueData() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- getExtraOpaqueData() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for extraOpaqueData.
- getFailure() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The failure message in case the payment failed.
- getFailure() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
/ The failure message in case the payment failed.
- getFailure() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponseOrBuilder
-
/ The failure message in case the payment failed.
- getFailure() - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Getter for a list of failure.
- getFailureBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The failure message in case the payment failed.
- getFailureOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The failure message in case the payment failed.
- getFailureOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
/ The failure message in case the payment failed.
- getFailureOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponseOrBuilder
-
/ The failure message in case the payment failed.
- getFailureSourceIndex() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
The position in the path of the intermediate or final node that generated
the failure message.
- getFailureSourceIndex() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
The position in the path of the intermediate or final node that generated
the failure message.
- getFailureSourceIndex() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
The position in the path of the intermediate or final node that generated
the failure message.
- getFailureSourceIndex() - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Getter for failureSourceIndex.
- getFallbackAddr() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for fallback_addr.
- getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for fallback_addr.
- getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for fallback_addr.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total fee (in satoshis) that this payment circuit carried.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The total fee (in satoshis) that this payment circuit carried.
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The total fee (in satoshis) that this payment circuit carried.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
Deprecated.
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
Deprecated.
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for fee.
- getFee() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for fee.
- getFee() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for fee.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- getFeeBaseMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- getFeeBaseMsat() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for fee_base_msat.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for fee_base_msat.
- getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimit() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for a list of feeLimit.
- getFeeLimit() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for a list of feeLimit.
- getFeeLimitBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitSat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- getFeeLimitSat() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for feeLimitSat.
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total fee (in milli-satoshis) that this payment circuit carried.
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The total fee (in milli-satoshis) that this payment circuit carried.
- getFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The total fee (in milli-satoshis) that this payment circuit carried.
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 fee_msat = 7[json_name = "fee_msat"];
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
int64 fee_msat = 7[json_name = "fee_msat"];
- getFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
int64 fee_msat = 7[json_name = "fee_msat"];
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The fee paid for this payment in milli-satoshis
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The fee paid for this payment in milli-satoshis
- getFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The fee paid for this payment in milli-satoshis
- getFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for fee_msat.
- getFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for fee_msat.
- getFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for fee_msat.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for fee_per_kw.
- getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for fee_per_kw.
- getFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- getFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- getFeePerMil() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- getFeePerMil() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for fee_per_mil.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for fee_proportional_millionths.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The fee rate that will be charged per millionth of a satoshi.
- getFeeRate() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The fee rate that will be charged per millionth of a satoshi.
- getFeeRate() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The fee rate that will be charged per millionth of a satoshi.
- getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for fee_rate.
- getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for fee_rate.
- getFeeRate() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for feeRate.
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- getFeeRateMilliMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for fee_rate_milli_msat.
- getFeerateSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
/ The fee rate in satoshi/byte.
- getFeerateSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
/ The fee rate in satoshi/byte.
- getFeerateSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeResponseOrBuilder
-
/ The fee rate in satoshi/byte.
- getFeerateSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Getter for feerate_sat_per_byte.
- getFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
/ The total fee in satoshis.
- getFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
/ The total fee in satoshis.
- getFeeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeResponseOrBuilder
-
/ The total fee in satoshis.
- getFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The fee paid for this payment in satoshis
- getFeeSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The fee paid for this payment in satoshis
- getFeeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The fee paid for this payment in satoshis
- getFeeSat() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Getter for fee_sat.
- getFeeSat() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for fee_sat.
- getField() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
- getFinalCltvDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for finalCltvDelta.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for finalCltvDelta.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for finalCltvDelta.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
The index of the last item in the set of returned invoices.
- getFirstIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
The index of the last item in the set of returned invoices.
- getFirstIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Getter for first_index_offset.
- getFixed() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
/ The fee limit expressed as a fixed amount of satoshis.
- getFixed() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
/ The fee limit expressed as a fixed amount of satoshis.
- getFixed() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
-
/ The fee limit expressed as a fixed amount of satoshis.
- getFixed() - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Getter for fixed.
- getFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent flags value.
- getFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
/ A failure type-dependent flags value.
- getFlags() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
/ A failure type-dependent flags value.
- getFlags() - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Getter for flags.
- getForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ If true, then the channel will be closed forcibly.
- getForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
/ If true, then the channel will be closed forcibly.
- getForce() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
/ If true, then the channel will be closed forcibly.
- getForce() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for force.
- getForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEvents(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEvents() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Getter for a list of forwarding_events.
- getForwardingEventsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getFundingCanceled() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool funding_canceled = 5;
- getFundingCanceled() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool funding_canceled = 5;
- getFundingCanceled() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool funding_canceled = 5;
- getFundingCanceled() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for fundingCanceled.
- getFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Txid of the funding transaction
- getFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
/ Txid of the funding transaction
- getFundingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
/ Txid of the funding transaction
- getFundingTxidBytes() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for funding_txid_bytes.
- getFundingTxidCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getFundingTxidCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getFundingTxidCase() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
- getFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStr() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStr() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for funding_txid_str.
- getFundingTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
/ Hex-encoded string representing the funding transaction
- getGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, then this update applies to all currently active channels.
- getGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ If set, then this update applies to all currently active channels.
- getGlobal() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ If set, then this update applies to all currently active channels.
- getGlobal() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for global.
- getGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
bytes global_features = 3;
- getGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
bytes global_features = 3;
- getGlobalFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
bytes global_features = 3;
- getGlobalFeatures() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for globalFeatures.
- getGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- getGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- getGraphDiameter() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- getGraphDiameter() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for graph_diameter.
- getHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The hash of the block.
- getHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
The hash of the block.
- getHash() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpochOrBuilder
-
The hash of the block.
- getHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The hash of the transaction.
- getHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
The hash of the transaction.
- getHash() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.OutpointOrBuilder
-
The hash of the transaction.
- getHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ The hash of the preimage
- getHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
/ The hash of the preimage
- getHash() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
/ The hash of the preimage
- getHash() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
-
Getter for hash.
- getHash() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.Outpoint
-
Getter for hash.
- getHash() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for hash.
- getHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bytes hash_lock = 3[json_name = "hash_lock"];
- getHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
bytes hash_lock = 3[json_name = "hash_lock"];
- getHashLock() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
bytes hash_lock = 3[json_name = "hash_lock"];
- getHashLock() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for hash_lock.
- getHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The height of the block.
- getHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
The height of the block.
- getHeight() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpochOrBuilder
-
The height of the block.
- getHeight() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
-
Getter for height.
- getHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- getHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- getHeightHint() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequestOrBuilder
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- getHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- getHeightHint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- getHeightHint() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequestOrBuilder
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- getHeightHint() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Getter for heightHint.
- getHeightHint() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Getter for heightHint.
- getHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1[json_name = "heuristic"];
- getHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
string heuristic = 1[json_name = "heuristic"];
- getHeuristic() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
string heuristic = 1[json_name = "heuristic"];
- getHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
/ The name of the heuristic to provide scores to.
- getHeuristic() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
/ The name of the heuristic to provide scores to.
- getHeuristic() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
/ The name of the heuristic to provide scores to.
- getHeuristic() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Getter for heuristic.
- getHeuristic() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Getter for heuristic.
- getHeuristicBytes() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1[json_name = "heuristic"];
- getHeuristicBytes() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
string heuristic = 1[json_name = "heuristic"];
- getHeuristicBytes() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
string heuristic = 1[json_name = "heuristic"];
- getHeuristicBytes() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
/ The name of the heuristic to provide scores to.
- getHeuristicBytes() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
/ The name of the heuristic to provide scores to.
- getHeuristicBytes() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
/ The name of the heuristic to provide scores to.
- getHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints() - Method in class org.lightningj.lnd.wrapper.message.RouteHint
-
Getter for a list of hop_hints.
- getHopHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHops(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHops() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for a list of hops.
- getHopsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- getHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
/ The network location of the lightning node, e.g.
- getHost() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
/ The network location of the lightning node, e.g.
- getHost() - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Getter for host.
- getHostBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- getHostBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
/ The network location of the lightning node, e.g.
- getHostBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
/ The network location of the lightning node, e.g.
- getHtlcMaximumMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The maximum HTLC value which will be accepted.
- getHtlcMaximumMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The maximum HTLC value which will be accepted.
- getHtlcMaximumMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The maximum HTLC value which will be accepted.
- getHtlcMaximumMsat() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for htlcMaximumMsat.
- getHtlcMinimumMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The minimum HTLC value which will be accepted.
- getHtlcMinimumMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The minimum HTLC value which will be accepted.
- getHtlcMinimumMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The minimum HTLC value which will be accepted.
- getHtlcMinimumMsat() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for htlcMinimumMsat.
- getHtlcMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent htlc value.
- getHtlcMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
/ A failure type-dependent htlc value.
- getHtlcMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
/ A failure type-dependent htlc value.
- getHtlcMsat() - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Getter for htlcMsat.
- getIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- getIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string identity_key = 2;
- getIdentityKey() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string identity_key = 2;
- getIdentityKey() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for identityKey.
- getIdentityKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- getIdentityKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string identity_key = 2;
- getIdentityKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string identity_key = 2;
- getIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- getIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The identity pubkey of the current node.
- getIdentityPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The identity pubkey of the current node.
- getIdentityPubkey() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for identity_pubkey.
- getIdentityPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- getIdentityPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The identity pubkey of the current node.
- getIdentityPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The identity pubkey of the current node.
- getIgnoredEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- getIgnoredEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of edges to ignore during path finding.
- getIgnoredEdges(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of edges to ignore during path finding.
- getIgnoredEdges() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for a list of ignoredEdges.
- getIgnoredEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of edges to ignore during path finding.
- getIgnoredEdgesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of edges to ignore during path finding.
- getIgnoredEdgesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of edges to ignore during path finding.
- getIgnoredEdgesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- getIgnoredEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of edges to ignore during path finding.
- getIgnoredEdgesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of edges to ignore during path finding.
- getIgnoredNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- getIgnoredNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of nodes to ignore during path finding.
- getIgnoredNodes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of nodes to ignore during path finding.
- getIgnoredNodes() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for a list of ignoredNodes.
- getIgnoredNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- getIgnoredNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of nodes to ignore during path finding.
- getIgnoredNodesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of nodes to ignore during path finding.
- getIgnoredNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- getIgnoredNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
A list of nodes to ignore during path finding.
- getIgnoredNodesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
A list of nodes to ignore during path finding.
- getIgnoreLocalState() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
/ If set, we will ignore the local channel state when calculating scores.
- getIgnoreLocalState() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
/ If set, we will ignore the local channel state when calculating scores.
- getIgnoreLocalState() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
/ If set, we will ignore the local channel state when calculating scores.
- getIgnoreLocalState() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresRequest
-
Getter for no_state.
- getInactiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- getInactiveChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- getInactiveChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- getInactiveChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of inactive_channel.
- getInactiveChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- getInactiveChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- getInactiveChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- getInactiveChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- getInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool inactive_only = 2;
- getInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool inactive_only = 2;
- getInactiveOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool inactive_only = 2;
- getInactiveOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for inactiveOnly.
- getInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for inbound.
- getIncludeChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ If true, will include all known channels associated with the node.
- getIncludeChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
/ If true, will include all known channels associated with the node.
- getIncludeChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
-
/ If true, will include all known channels associated with the node.
- getIncludeChannels() - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Getter for includeChannels.
- getIncludeIncomplete() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
If true, then return payments that have not yet fully completed.
- getIncludeIncomplete() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
If true, then return payments that have not yet fully completed.
- getIncludeIncomplete() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsRequestOrBuilder
-
If true, then return payments that have not yet fully completed.
- getIncludeIncomplete() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Getter for includeIncomplete.
- getIncludeUnannounced() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
Whether unannounced channels are included in the response or not.
- getIncludeUnannounced() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
Whether unannounced channels are included in the response or not.
- getIncludeUnannounced() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphRequestOrBuilder
-
Whether unannounced channels are included in the response or not.
- getIncludeUnannounced() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
-
Getter for include_unannounced.
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bool incoming = 1[json_name = "incoming"];
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
bool incoming = 1[json_name = "incoming"];
- getIncoming() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
bool incoming = 1[json_name = "incoming"];
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The direction within the channel that the htlc was sent
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The direction within the channel that the htlc was sent
- getIncoming() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The direction within the channel that the htlc was sent
- getIncoming() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for incoming.
- getIncoming() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for incoming.
- getIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The index of the output within the transaction.
- getIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
The index of the output within the transaction.
- getIndex() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.OutpointOrBuilder
-
The index of the output within the transaction.
- getIndex() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.Outpoint
-
Getter for index.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
/ Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
/ Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- getIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- getIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for index_offset.
- getIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for index_offset.
- getInfo(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest, StreamObserver<LightningApi.GetInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest, StreamObserver<LightningApi.GetInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(WatchtowerOuterClass.GetInfoRequest) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerBlockingStub
-
lncli: tower info
GetInfo returns general information concerning the companion watchtower
including it's public key and URIs where the server is currently
listening for clients.
- getInfo(WatchtowerOuterClass.GetInfoRequest) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerFutureStub
-
lncli: tower info
GetInfo returns general information concerning the companion watchtower
including it's public key and URIs where the server is currently
listening for clients.
- getInfo(WatchtowerOuterClass.GetInfoRequest, StreamObserver<WatchtowerOuterClass.GetInfoResponse>) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerImplBase
-
lncli: tower info
GetInfo returns general information concerning the companion watchtower
including it's public key and URIs where the server is currently
listening for clients.
- getInfo(WatchtowerOuterClass.GetInfoRequest, StreamObserver<WatchtowerOuterClass.GetInfoResponse>) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerStub
-
lncli: tower info
GetInfo returns general information concerning the companion watchtower
including it's public key and URIs where the server is currently
listening for clients.
- getInfo(StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest, StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getInfo request.
- getInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getInfo request.
- getInfo(StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest, StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
-
Method to send a getInfo request.
- getInfo() - Method in class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest) - Method in class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Method to send a getInfo request.
- GetInfoRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetInfoRequest.
- GetInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Empty Constructor
- GetInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Json Parsing Constructor
- GetInfoRequest(LightningApi.GetInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Constructor using underlying Lightning API Object
- GetInfoRequest - Class in org.lightningj.lnd.wrapper.watchtower.message
-
Wrapper class for GetInfoRequest.
- GetInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoRequest
-
Empty Constructor
- GetInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoRequest
-
Json Parsing Constructor
- GetInfoRequest(WatchtowerOuterClass.GetInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoRequest
-
Constructor using underlying Lightning API Object
- GetInfoResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetInfoResponse.
- GetInfoResponse() - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Empty Constructor
- GetInfoResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Json Parsing Constructor
- GetInfoResponse(LightningApi.GetInfoResponse) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Constructor using underlying Lightning API Object
- GetInfoResponse - Class in org.lightningj.lnd.wrapper.watchtower.message
-
Wrapper class for GetInfoResponse.
- GetInfoResponse() - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Empty Constructor
- GetInfoResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Json Parsing Constructor
- GetInfoResponse(WatchtowerOuterClass.GetInfoResponse) - Constructor for class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Constructor using underlying Lightning API Object
- getInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ True if we were the ones that created the channel.
- getInitiator() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ True if we were the ones that created the channel.
- getInitiator() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ True if we were the ones that created the channel.
- getInitiator() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for initiator.
- getInputIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target input within the transaction that should be signed.
- getInputIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
The target input within the transaction that should be signed.
- getInputIndex() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
The target input within the transaction that should be signed.
- getInputIndex() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for inputIndex.
- getInputScripts(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- getInputScripts(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
/ The set of fully valid input scripts requested.
- getInputScripts(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
/ The set of fully valid input scripts requested.
- getInputScripts() - Method in class org.lightningj.lnd.wrapper.signer.message.InputScriptResp
-
Getter for a list of inputScripts.
- getInputScriptsBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- getInputScriptsBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- getInputScriptsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- getInputScriptsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
/ The set of fully valid input scripts requested.
- getInputScriptsCount() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
/ The set of fully valid input scripts requested.
- getInputScriptsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- getInputScriptsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
/ The set of fully valid input scripts requested.
- getInputScriptsList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
/ The set of fully valid input scripts requested.
- getInputScriptsOrBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- getInputScriptsOrBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
/ The set of fully valid input scripts requested.
- getInputScriptsOrBuilder(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
/ The set of fully valid input scripts requested.
- getInputScriptsOrBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- getInputScriptsOrBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
/ The set of fully valid input scripts requested.
- getInputScriptsOrBuilderList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptRespOrBuilder
-
/ The set of fully valid input scripts requested.
- getInstance() - Static method in class org.lightningj.lnd.wrapper.StatusExceptionWrapper
-
- getInstance() - Static method in class org.lightningj.lnd.wrapper.WrapperFactory
-
- getInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoices(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoices() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Getter for a list of invoices.
- getInvoicesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
A list of invoices from the time slice of the time series specified in the
request.
- getInvoicesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
A list of invoices from the time slice of the time series specified in the
request.
- getJAXBClassPath() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getJAXBClassPath() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getJAXBContext() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getKey() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
-
Getter for key.
- getKey() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Getter for key.
- getKeyDesc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDesc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDesc() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDesc() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for a list of keyDesc.
- getKeyDescBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDescOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDescOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyDescOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A descriptor that precisely describes *which* key to use for signing.
- getKeyFamily() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
/ The family of key being identified.
- getKeyFamily() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
/ The family of key being identified.
- getKeyFamily() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocatorOrBuilder
-
/ The family of key being identified.
- getKeyFamily() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
The target key family to derive a key from.
- getKeyFamily() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
The target key family to derive a key from.
- getKeyFamily() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReqOrBuilder
-
The target key family to derive a key from.
- getKeyFamily() - Method in class org.lightningj.lnd.wrapper.signer.message.KeyLocator
-
Getter for keyFamily.
- getKeyFamily() - Method in class org.lightningj.lnd.wrapper.walletkit.message.KeyReq
-
Getter for keyFamily.
- getKeyFingerPrint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
Is the key finger print of the root pubkey that this request is targeting.
- getKeyFingerPrint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
Is the key finger print of the root pubkey that this request is targeting.
- getKeyFingerPrint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReqOrBuilder
-
Is the key finger print of the root pubkey that this request is targeting.
- getKeyFingerPrint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.KeyReq
-
Getter for keyFingerPrint.
- getKeyIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
/ The precise index of the key being identified.
- getKeyIndex() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
/ The precise index of the key being identified.
- getKeyIndex() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocatorOrBuilder
-
/ The precise index of the key being identified.
- getKeyIndex() - Method in class org.lightningj.lnd.wrapper.signer.message.KeyLocator
-
Getter for keyIndex.
- getKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptorOrBuilder
-
The key locator that identifies which key to use for signing.
- getKeyLoc() - Method in class org.lightningj.lnd.wrapper.signer.message.KeyDescriptor
-
Getter for a list of keyLoc.
- getKeyLocBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
The key locator that identifies which key to use for signing.
- getKeyLocOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptorOrBuilder
-
The key locator that identifies which key to use for signing.
- getLastFailTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Time stamp of last failure.
- getLastFailTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
/ Time stamp of last failure.
- getLastFailTime() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistoryOrBuilder
-
/ Time stamp of last failure.
- getLastFailTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Time stamp of last failure.
- getLastFailTime() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
/ Time stamp of last failure.
- getLastFailTime() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistoryOrBuilder
-
/ Time stamp of last failure.
- getLastFailTime() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Getter for last_fail_time.
- getLastFailTime() - Method in class org.lightningj.lnd.wrapper.router.message.NodeHistory
-
Getter for last_fail_time.
- getLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- getLastIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
The index of the last item in the set of returned invoices.
- getLastIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
The index of the last item in the set of returned invoices.
- getLastIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Getter for last_index_offset.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Getter for last_offset_index.
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
Deprecated.
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
Deprecated.
- getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
Deprecated.
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
uint32 last_update = 1[json_name = "last_update"];
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
uint32 last_update = 1[json_name = "last_update"];
- getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
uint32 last_update = 1[json_name = "last_update"];
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 last_update = 7[json_name = "last_update"];
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
uint32 last_update = 7[json_name = "last_update"];
- getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
uint32 last_update = 7[json_name = "last_update"];
- getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for last_update.
- getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for last_update.
- getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for last_update.
- getLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- getLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
string level_spec = 2;
- getLevelSpec() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
string level_spec = 2;
- getLevelSpec() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Getter for levelSpec.
- getLevelSpecBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- getLevelSpecBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
string level_spec = 2;
- getLevelSpecBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
string level_spec = 2;
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
/ The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
/ The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for limbo_balance.
- getLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Getter for limbo_balance.
- getLimitCase() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- getLimitCase() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getLimitCase() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
-
- getListeners(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The listening addresses of the watchtower.
- getListeners(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The listening addresses of the watchtower.
- getListeners(int) - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The listening addresses of the watchtower.
- getListeners() - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Getter for a list of listeners.
- getListenersBytes(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The listening addresses of the watchtower.
- getListenersBytes(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The listening addresses of the watchtower.
- getListenersBytes(int) - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The listening addresses of the watchtower.
- getListenersCount() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The listening addresses of the watchtower.
- getListenersCount() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The listening addresses of the watchtower.
- getListenersCount() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The listening addresses of the watchtower.
- getListenersList() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The listening addresses of the watchtower.
- getListenersList() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The listening addresses of the watchtower.
- getListenersList() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The listening addresses of the watchtower.
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ This node's current balance in this channel
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ This node's current balance in this channel
- getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ This node's current balance in this channel
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 local_balance = 4[json_name = "local_balance"];
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 local_balance = 4[json_name = "local_balance"];
- getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 local_balance = 4[json_name = "local_balance"];
- getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for local_balance.
- getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for local_balance.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The minimum satoshis this node is required to reserve in its balance.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The minimum satoshis this node is required to reserve in its balance.
- getLocalChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The minimum satoshis this node is required to reserve in its balance.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
/ The minimum satoshis this node is required to reserve in its balance.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
/ The minimum satoshis this node is required to reserve in its balance.
- getLocalChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
/ The minimum satoshis this node is required to reserve in its balance.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for local_chan_reserve_sat.
- getLocalChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for local_chan_reserve_sat.
- getLocalForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool local_force = 2;
- getLocalForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool local_force = 2;
- getLocalForce() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool local_force = 2;
- getLocalForce() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for localForce.
- getLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for local_funding_amount.
- getMarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The height at which funds can be swept into the wallet
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The height at which funds can be swept into the wallet
- getMaturityHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The height at which funds can be swept into the wallet
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The next block height at which we can spend the current stage
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The next block height at which we can spend the current stage
- getMaturityHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The next block height at which we can spend the current stage
- getMaturityHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for maturity_height.
- getMaturityHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for maturity_height.
- getMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- getMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- getMaxChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- getMaxChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for max_channel_size.
- getMaxConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
/ The maximum number of confirmations to be included.
- getMaxConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
/ The maximum number of confirmations to be included.
- getMaxConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentRequestOrBuilder
-
/ The maximum number of confirmations to be included.
- getMaxConfs() - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Getter for maxConfs.
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint64 max_htlc_msat = 6[json_name = "max_htlc_msat"];
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
uint64 max_htlc_msat = 6[json_name = "max_htlc_msat"];
- getMaxHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
uint64 max_htlc_msat = 6[json_name = "max_htlc_msat"];
- getMaxHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for max_htlc_msat.
- getMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- getMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- getMaxOutDegree() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- getMaxOutDegree() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for max_out_degree.
- getMedianChannelSizeSat() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 median_channel_size_sat = 10[json_name = "median_channel_size_sat"];
- getMedianChannelSizeSat() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 median_channel_size_sat = 10[json_name = "median_channel_size_sat"];
- getMedianChannelSizeSat() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 median_channel_size_sat = 10[json_name = "median_channel_size_sat"];
- getMedianChannelSizeSat() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for median_channel_size_sat.
- getMemo() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
An optional memo to attach along with the invoice.
- getMemo() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
An optional memo to attach along with the invoice.
- getMemo() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for memo.
- getMemo() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for memo.
- getMemoBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
An optional memo to attach along with the invoice.
- getMessageErrors() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getMessageFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The bitfield that describes whether optional fields are present in this
update.
- getMessageFlags() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The bitfield that describes whether optional fields are present in this
update.
- getMessageFlags() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The bitfield that describes whether optional fields are present in this
update.
- getMessageFlags() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for messageFlags.
- getMessageName() - Method in class org.lightningj.lnd.wrapper.Message
-
- getMessageType() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getMessageType() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- getMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- getMinChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- getMinChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for min_channel_size.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
/ The minimum number of confirmations to be included.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
/ The minimum number of confirmations to be included.
- getMinConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentRequestOrBuilder
-
/ The minimum number of confirmations to be included.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
- getMinConfs() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Getter for minConfs.
- getMinConfs() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for min_confs.
- getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 min_htlc = 2[json_name = "min_htlc"];
- getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 min_htlc = 2[json_name = "min_htlc"];
- getMinHtlc() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 min_htlc = 2[json_name = "min_htlc"];
- getMinHtlc() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for min_htlc.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- getMinHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for min_htlc_msat.
- getMinPenalizeAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Minimum penalization amount.
- getMinPenalizeAmtSat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
/ Minimum penalization amount.
- getMinPenalizeAmtSat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistoryOrBuilder
-
/ Minimum penalization amount.
- getMinPenalizeAmtSat() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Getter for min_penalize_amt_sat.
- getMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- getMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- getMonthFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- getMonthFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for month_fee_sum.
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
/ The message to be signed
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
/ The message to be signed
- getMsg() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageRequestOrBuilder
-
/ The message to be signed
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The message over which the signature is to be verified
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
/ The message over which the signature is to be verified
- getMsg() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
/ The message over which the signature is to be verified
- getMsg() - Method in class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Getter for msg.
- getMsg() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Getter for msg.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackup() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshotOrBuilder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- getMultiChanBackup() - Method in interface org.lightningj.lnd.proto.LightningApi.MultiChanBackupOrBuilder
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
bytes multi_chan_backup = 2[json_name = "multi_chan_backup"];
- getMultiChanBackup() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
bytes multi_chan_backup = 2[json_name = "multi_chan_backup"];
- getMultiChanBackup() - Method in interface org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequestOrBuilder
-
bytes multi_chan_backup = 2[json_name = "multi_chan_backup"];
- getMultiChanBackup() - Method in class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Getter for a list of multi_chan_backup.
- getMultiChanBackup() - Method in class org.lightningj.lnd.wrapper.message.MultiChanBackup
-
Getter for multi_chan_backup.
- getMultiChanBackup() - Method in class org.lightningj.lnd.wrapper.message.RestoreChanBackupRequest
-
Getter for multi_chan_backup.
- getMultiChanBackupBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackupOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackupOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMultiChanBackupOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshotOrBuilder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- getMutableAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
Deprecated.
- getMutableAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Deprecated.
- getMutableScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
Deprecated.
- getMutableScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
Deprecated.
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The network the node is on (eg regtest, testnet, mainnet)
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
/ The network the node is on (eg regtest, testnet, mainnet)
- getNetwork() - Method in interface org.lightningj.lnd.proto.LightningApi.ChainOrBuilder
-
/ The network the node is on (eg regtest, testnet, mainnet)
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string network = 1[json_name = "network"];
- getNetwork() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string network = 1[json_name = "network"];
- getNetwork() - Method in class org.lightningj.lnd.wrapper.message.Chain
-
Getter for network.
- getNetwork() - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Getter for network.
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The network the node is on (eg regtest, testnet, mainnet)
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
/ The network the node is on (eg regtest, testnet, mainnet)
- getNetworkBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChainOrBuilder
-
/ The network the node is on (eg regtest, testnet, mainnet)
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string network = 1[json_name = "network"];
- getNetworkBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string network = 1[json_name = "network"];
- getNetworkInfo(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest, StreamObserver<LightningApi.NetworkInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest, StreamObserver<LightningApi.NetworkInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(StreamObserver<NetworkInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getNetworkInfo request.
- getNetworkInfo(NetworkInfoRequest, StreamObserver<NetworkInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getNetworkInfo request.
- getNetworkInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getNetworkInfo request.
- getNetworkInfo(NetworkInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getNetworkInfo request.
- getNewPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- getNewPassword() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- getNewPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.ChangePasswordRequestOrBuilder
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- getNewPassword() - Method in class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
-
Getter for newPassword.
- getNextBroadcastHeight() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- getNextBroadcastHeight() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- getNextBroadcastHeight() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- getNextBroadcastHeight() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for next_broadcast_height.
- getNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
An individual vertex/node within the channel graph.
- getNode() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
An individual vertex/node within the channel graph.
- getNode() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for a list of node.
- getNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1Policy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for a list of node1_policy.
- getNode1PolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1PolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1Pub() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1Pub() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for node1_pub.
- getNode1PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1PubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2Policy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for a list of node2_policy.
- getNode2PolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2PolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2Pub() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2Pub() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for node2_pub.
- getNode2PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2PubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node2_pub = 5[json_name = "node2_pub"];
- getNodeBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- getNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The public key of the node at the start of the channel.
- getNodeId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The public key of the node at the start of the channel.
- getNodeId() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for node_id.
- getNodeIdBytes() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- getNodeIdBytes() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The public key of the node at the start of the channel.
- getNodeIdBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The public key of the node at the start of the channel.
- getNodeInfo(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest, StreamObserver<LightningApi.NodeInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest, StreamObserver<LightningApi.NodeInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(String, Boolean, StreamObserver<NodeInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getNodeInfo request.
- getNodeInfo(NodeInfoRequest, StreamObserver<NodeInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getNodeInfo request.
- getNodeInfo(String, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getNodeInfo request.
- getNodeInfo(NodeInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getNodeInfo request.
- getNodeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNodeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
An individual vertex/node within the channel graph.
- getNodeOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
An individual vertex/node within the channel graph.
- getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The pubkey of the node to open a channel with
- getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The pubkey of the node to open a channel with
- getNodePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The pubkey of the node to open a channel with
- getNodePubkey() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for node_pubkey.
- getNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyString() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyString() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for node_pubkey_string.
- getNodePubkeyStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The hex encoded pubkey of the node to open a channel with
- getNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodes(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodes(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodes(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodes() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Getter for a list of nodes.
- getNodes() - Method in class org.lightningj.lnd.wrapper.router.message.QueryMissionControlResponse
-
Getter for a list of nodes.
- getNodesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodesList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesOrBuilder(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodesOrBuilderList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponseOrBuilder
-
repeated .routerrpc.NodeHistory nodes = 1;
- getNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of nodeUpdates.
- getNodeUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of active channels
- getNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Number of active channels
- getNumActiveChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Number of active channels
- getNumActiveChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for num_active_channels.
- getNumber() - Method in enum org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.EventCase
-
- getNumber() - Method in enum org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.EventCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.AddressType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.ChannelCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelPoint.FundingTxidCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.UpdateCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.FeeLimit.LimitCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.UpdateCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.ScopeCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.BackupCase
-
- getNumber() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.Failure.FailureCode
-
- getNumber() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
- getNumber() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_channels = 5[json_name = "num_channels"];
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 num_channels = 5[json_name = "num_channels"];
- getNumChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 num_channels = 5[json_name = "num_channels"];
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ The total number of channels for the node.
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
/ The total number of channels for the node.
- getNumChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
/ The total number of channels for the node.
- getNumChannels() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for num_channels.
- getNumChannels() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for num_channels.
- getNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The number of confirmations
- getNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The number of confirmations
- getNumConfirmations() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The number of confirmations
- getNumConfirmations() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for num_confirmations.
- getNumConfs() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- getNumConfs() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- getNumConfs() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequestOrBuilder
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- getNumConfs() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Getter for numConfs.
- getNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for numConfsLeft.
- getNumInactiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of inactive channels
- getNumInactiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Number of inactive channels
- getNumInactiveChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Number of inactive channels
- getNumInactiveChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for num_inactive_channels.
- getNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
/ The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
/ The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for num_max_events.
- getNumMaxInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
/ The max number of invoices to return in the response to this query.
- getNumMaxInvoices() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
/ The max number of invoices to return in the response to this query.
- getNumMaxInvoices() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
/ The max number of invoices to return in the response to this query.
- getNumMaxInvoices() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for num_max_invoices.
- getNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- getNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- getNumNodes() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- getNumNodes() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for num_nodes.
- getNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of peers
- getNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Number of peers
- getNumPeers() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Number of peers
- getNumPeers() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for num_peers.
- getNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of pending channels
- getNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Number of pending channels
- getNumPendingChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Number of pending channels
- getNumPendingChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for num_pending_channels.
- getNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- getNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- getNumSatoshis() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- getNumSatoshis() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for num_satoshis.
- getNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for num_updates.
- getNumZombieChans() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
The number of edges marked as zombies.
- getNumZombieChans() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
The number of edges marked as zombies.
- getNumZombieChans() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
The number of edges marked as zombies.
- getNumZombieChans() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for num_zombie_chans.
- getOnionSha256() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ The sha256 sum of the onion payload.
- getOnionSha256() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
/ The sha256 sum of the onion payload.
- getOnionSha256() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.FailureOrBuilder
-
/ The sha256 sum of the onion payload.
- getOnionSha256() - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Getter for onionSha256.
- getOpenChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- getOpenChannel() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- getOpenChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- getOpenChannel() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for a list of open_channel.
- getOpenChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- getOpenChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- getOpenChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- getOpenChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- getOtherChanSuccessProb() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Estimation of success probability for channels not in the channel array.
- getOtherChanSuccessProb() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
/ Estimation of success probability for channels not in the channel array.
- getOtherChanSuccessProb() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistoryOrBuilder
-
/ Estimation of success probability for channels not in the channel array.
- getOtherChanSuccessProb() - Method in class org.lightningj.lnd.wrapper.router.message.NodeHistory
-
Getter for other_chan_success_prob.
- getOutgoingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
The channel id of the channel that must be taken to the first hop.
- getOutgoingChanId() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for outgoingChanId.
- getOutgoingChanId() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for outgoingChanId.
- getOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- getOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
The outpoint for which we should request a spend notification for.
- getOutpoint() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequestOrBuilder
-
The outpoint for which we should request a spend notification for.
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The final output to be swept back to the user's wallet
- getOutpoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The final output to be swept back to the user's wallet
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The outpoint in format txid:n
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The outpoint in format txid:n
- getOutpoint() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The outpoint in format txid:n
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
The input we're attempting to bump the fee of.
- getOutpoint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
The input we're attempting to bump the fee of.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- getOutpoint() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The outpoint of the output we're attempting to sweep.
- getOutpoint() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The outpoint of the output we're attempting to sweep.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Getter for a list of outpoint.
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for a list of outpoint.
- getOutpointBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- getOutpointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The outpoint in format txid:n
- getOutpointBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- getOutpointBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- getOutpointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- getOutpointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The final output to be swept back to the user's wallet
- getOutpointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The final output to be swept back to the user's wallet
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
The outpoint for which we should request a spend notification for.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequestOrBuilder
-
The outpoint for which we should request a spend notification for.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The outpoint in format txid:n
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The outpoint in format txid:n
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The outpoint in format txid:n
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
The input we're attempting to bump the fee of.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
The input we're attempting to bump the fee of.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- getOutpointOrBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The outpoint of the output we're attempting to sweep.
- getOutpointOrBuilder() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The outpoint of the output we're attempting to sweep.
- getOutput() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- getOutput() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A description of the output being spent.
- getOutput() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A description of the output being spent.
- getOutput() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for a list of output.
- getOutputBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ The index of the output of the funding transaction
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
/ The index of the output of the funding transaction
- getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
/ The index of the output of the funding transaction
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ The index of the output on the transaction.
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
/ The index of the output on the transaction.
- getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.OutPointOrBuilder
-
/ The index of the output on the transaction.
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
uint32 output_index = 2[json_name = "output_index"];
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
uint32 output_index = 2[json_name = "output_index"];
- getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingUpdateOrBuilder
-
uint32 output_index = 2[json_name = "output_index"];
- getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for output_index.
- getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Getter for output_index.
- getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Getter for output_index.
- getOutputOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- getOutputOrBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A description of the output being spent.
- getOutputOrBuilder() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A description of the output being spent.
- getOutputs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputs(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputs() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Getter for a list of outputs.
- getOutputsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
A slice of the outputs that should be created in the transaction produced.
- getOutputsOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
A slice of the outputs that should be created in the transaction produced.
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getParserForType() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getParserForType() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getParserForType() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getParserForType() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getParserForType() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getParserForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getPath(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- getPath(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The path this payment took
- getPath(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The path this payment took
- getPath() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for a list of path.
- getPathBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- getPathBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The path this payment took
- getPathBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The path this payment took
- getPathCount() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- getPathCount() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The path this payment took
- getPathCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The path this payment took
- getPathList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- getPathList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The path this payment took
- getPathList() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The path this payment took
- getPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentError() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentError() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for payment_error.
- getPaymentErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentErrorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
/ Hash corresponding to the (hold) invoice to cancel.
- getPaymentHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
/ Hash corresponding to the (hold) invoice to cancel.
- getPaymentHash() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsgOrBuilder
-
/ Hash corresponding to the (hold) invoice to cancel.
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The payment hash
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The payment hash
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_hash = 4[json_name = "payment_hash"];
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
bytes payment_hash = 4[json_name = "payment_hash"];
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
bytes payment_hash = 4[json_name = "payment_hash"];
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ The payment hash to use for the HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
/ The payment hash to use for the HTLC.
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
/ The payment hash to use for the HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ The payment hash to use for the HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
/ The payment hash to use for the HTLC.
- getPaymentHash() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequestOrBuilder
-
/ The payment hash to use for the HTLC.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
/ The hash of the payment to look up.
- getPaymentHash() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
/ The hash of the payment to look up.
- getPaymentHash() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequestOrBuilder
-
/ The hash of the payment to look up.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceMsg
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for payment_hash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for payment_hash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for payment_hash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Getter for paymentHash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.router.message.TrackPaymentRequest
-
Getter for paymentHash.
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The payment hash
- getPaymentHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The payment hash
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- getPaymentHashString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- getPaymentHashString() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentHashString.
- getPaymentHashString() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Getter for paymentHashString.
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- getPaymentHashStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The payment preimage
- getPaymentPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The payment preimage
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- getPaymentPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- getPaymentPreimage() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for payment_preimage.
- getPaymentPreimage() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for payment_preimage.
- getPaymentPreimageBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- getPaymentPreimageBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The payment preimage
- getPaymentPreimageBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The payment preimage
- getPaymentRequest() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRespOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The optional payment request being fulfilled.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The optional payment request being fulfilled.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The optional payment request being fulfilled.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceResp
-
Getter for payment_request.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for payment_request.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for payment_request.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for payment_request.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentRequest.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for paymentRequest.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRespOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The optional payment request being fulfilled.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The optional payment request being fulfilled.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The optional payment request being fulfilled.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRoute() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRoute() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for a list of payment_route.
- getPaymentRouteBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRouteOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPayments(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPayments() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Getter for a list of payments.
- getPaymentsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPaymentsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPaymentsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPaymentsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPaymentsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPaymentsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPaymentsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPaymentsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- getPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
/ The payment request string to be decoded
- getPayReq() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqStringOrBuilder
-
/ The payment request string to be decoded
- getPayReq() - Method in class org.lightningj.lnd.wrapper.message.PayReqString
-
Getter for payReq.
- getPayReqBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- getPayReqBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
/ The payment request string to be decoded
- getPayReqBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqStringOrBuilder
-
/ The payment request string to be decoded
- getPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeers(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPeers() - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
-
Getter for a list of peers.
- getPeersBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeersCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPeersList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeersList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPeersOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeersOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPeersOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeersOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingClosingChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pending_closing_channels.
- getPendingClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingForceClosingChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pending_force_closing_channels.
- getPendingForceClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingForceClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcs() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for a list of pending_htlcs.
- getPendingHtlcs() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for a list of pending_htlcs.
- getPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
/ If set, only unsettled invoices will be returned in the response.
- getPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
/ If set, only unsettled invoices will be returned in the response.
- getPendingOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
/ If set, only unsettled invoices will be returned in the response.
- getPendingOnly() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for pending_only.
- getPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels pending balances denominated in satoshis
- getPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
/ Sum of channels pending balances denominated in satoshis
- getPendingOpenBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
/ Sum of channels pending balances denominated in satoshis
- getPendingOpenBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for pending_open_balance.
- getPendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingOpenChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pending_open_channels.
- getPendingOpenChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingOpenChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingSweeps(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweeps(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweeps(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweeps() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweepsResponse
-
Getter for a list of pending_sweeps.
- getPendingSweepsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsCount() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsCount() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilder(int) - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilderList() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
The set of outputs currently being swept by lnd's central batching engine.
- getPendingSweepsOrBuilderList() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponseOrBuilder
-
The set of outputs currently being swept by lnd's central batching engine.
- getPercent() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
/ The fee limit expressed as a percentage of the payment amount.
- getPercent() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
/ The fee limit expressed as a percentage of the payment amount.
- getPercent() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeLimitOrBuilder
-
/ The fee limit expressed as a percentage of the payment amount.
- getPercent() - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Getter for percent.
- getPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Getter for perm.
- getPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Ping time to this peer
- getPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Ping time to this peer
- getPingTime() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Ping time to this peer
- getPingTime() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for ping_time.
- getPkScript() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The pkscript in hex
- getPkScript() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The pkscript in hex
- getPkScript() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The pkscript in hex
- getPkScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
/ The script of the output being spent.
- getPkScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
/ The script of the output being spent.
- getPkScript() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.TxOutOrBuilder
-
/ The script of the output being spent.
- getPkScript() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for pk_script.
- getPkScript() - Method in class org.lightningj.lnd.wrapper.signer.message.TxOut
-
Getter for pkScript.
- getPkScriptBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The pkscript in hex
- getPkScriptBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The pkscript in hex
- getPkScriptBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The pkscript in hex
- getPreimage() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
/ Externally discovered pre-image that should be used to settle the hold invoice.
- getPreimage() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
/ Externally discovered pre-image that should be used to settle the hold invoice.
- getPreimage() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsgOrBuilder
-
/ Externally discovered pre-image that should be used to settle the hold invoice.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The pre-image of the payment when state is SUCCEEDED.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The pre-image of the payment when state is SUCCEEDED.
- getPreimage() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The pre-image of the payment when state is SUCCEEDED.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The preimage obtained by making the payment.
- getPreimage() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
/ The preimage obtained by making the payment.
- getPreimage() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponseOrBuilder
-
/ The preimage obtained by making the payment.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Getter for preimage.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Getter for preimage.
- getPreimage() - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Getter for preimage.
- getPrettyPrintMarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getPrivate() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is advertised to the network or not.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ Whether this channel is advertised to the network or not.
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ Whether this channel is advertised to the network or not.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ Whether this channel should be private, not announced to the greater network.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ Whether this channel should be private, not announced to the greater network.
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ Whether this channel should be private, not announced to the greater network.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for private.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for private.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for private.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for private.
- getPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool private_only = 4;
- getPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool private_only = 4;
- getPrivateOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool private_only = 4;
- getPrivateOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for privateOnly.
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
/ The pubkey of the node to disconnect from
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequestOrBuilder
-
/ The pubkey of the node to disconnect from
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional public key of the hop.
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional public key of the hop.
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
/ The identity pubkey of the Lightning node
- getPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
/ The identity pubkey of the Lightning node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string pub_key = 2[json_name = "pub_key"];
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string pub_key = 2[json_name = "pub_key"];
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ The identity pubkey of the peer
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ The identity pubkey of the peer
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
/ The pubkey recovered from the signature
- getPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
/ The pubkey recovered from the signature
- getPubkey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Node pubkey
- getPubkey() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
/ Node pubkey
- getPubkey() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistoryOrBuilder
-
/ Node pubkey
- getPubkey() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The public key of the watchtower.
- getPubkey() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The public key of the watchtower.
- getPubkey() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The public key of the watchtower.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
-
Getter for pub_key.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for pub_key.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Getter for pubkey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for pub_key.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Getter for pubKey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for pub_key.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for pubKey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.router.message.NodeHistory
-
Getter for pubkey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Getter for pubkey.
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
/ The pubkey of the node to disconnect from
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequestOrBuilder
-
/ The pubkey of the node to disconnect from
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
An optional public key of the hop.
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
An optional public key of the hop.
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
/ The identity pubkey of the Lightning node
- getPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
/ The identity pubkey of the Lightning node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string pub_key = 2[json_name = "pub_key"];
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string pub_key = 2[json_name = "pub_key"];
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ The identity pubkey of the peer
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ The identity pubkey of the peer
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
/ The pubkey recovered from the signature
- getPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
/ The pubkey recovered from the signature
- getPubkeys(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeys(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeys(int) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeys() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresRequest
-
Getter for a list of pubkeys.
- getPubkeysBytes(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeysBytes(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeysBytes(int) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeysCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeysCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeysCount() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeysList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeysList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPubkeysList() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequestOrBuilder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- getPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool public_only = 3;
- getPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool public_only = 3;
- getPublicOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool public_only = 3;
- getPublicOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for publicOnly.
- getPublishError() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishError() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishError() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponseOrBuilder
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishError() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PublishResponse
-
Getter for publishError.
- getPublishErrorBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishErrorBytes() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
If blank, then no error occurred and the transaction was successfully
published.
- getPublishErrorBytes() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponseOrBuilder
-
If blank, then no error occurred and the transaction was successfully
published.
- getPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- getPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- getPushSat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- getPushSat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for push_sat.
- getRawKeyBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptorOrBuilder
-
The raw bytes of the key being identified.
- getRawKeyBytes() - Method in class org.lightningj.lnd.wrapper.signer.message.KeyDescriptor
-
Getter for rawKeyBytes.
- getRawSigs(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigs(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigs(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignRespOrBuilder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigs() - Method in class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Getter for a list of rawSigs.
- getRawSigsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsCount() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignRespOrBuilder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSigsList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignRespOrBuilder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- getRawSpendingTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The raw bytes of the spending transaction.
- getRawSpendingTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The raw bytes of the spending transaction.
- getRawSpendingTx() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The raw bytes of the spending transaction.
- getRawSpendingTx() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for rawSpendingTx.
- getRawTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The raw bytes of the confirmed transaction.
- getRawTx() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
The raw bytes of the confirmed transaction.
- getRawTx() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetailsOrBuilder
-
The raw bytes of the confirmed transaction.
- getRawTx() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
The serialized transaction sent out on the network.
- getRawTx() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
The serialized transaction sent out on the network.
- getRawTx() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponseOrBuilder
-
The serialized transaction sent out on the network.
- getRawTx() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Getter for rawTx.
- getRawTx() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Getter for rawTx.
- getRawTxBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ The raw bytes of the transaction to be signed.
- getRawTxBytes() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
/ The raw bytes of the transaction to be signed.
- getRawTxBytes() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
/ The raw bytes of the transaction to be signed.
- getRawTxBytes() - Method in class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Getter for rawTxBytes.
- getRawTxHex() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The raw transaction hex.
- getRawTxHex() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The raw transaction hex.
- getRawTxHex() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The raw transaction hex.
- getRawTxHex() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for raw_tx_hex.
- getRawTxHexBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The raw transaction hex.
- getRawTxHexBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The raw transaction hex.
- getRawTxHexBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The raw transaction hex.
- getReceipt() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- getReceipt() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Deprecated.
- getReceipt() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Deprecated.
- getReceipt() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for receipt.
- getRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for recovered_balance.
- getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in interface org.lightningj.lnd.proto.LightningApi.UnlockWalletRequestOrBuilder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for recoveryWindow.
- getRecoveryWindow() - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Getter for recoveryWindow.
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The counterparty's current balance in this channel
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The counterparty's current balance in this channel
- getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The counterparty's current balance in this channel
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 remote_balance = 5[json_name = "remote_balance"];
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 remote_balance = 5[json_name = "remote_balance"];
- getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 remote_balance = 5[json_name = "remote_balance"];
- getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for remote_balance.
- getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for remote_balance.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The minimum satoshis the other node is required to reserve in its balance.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The minimum satoshis the other node is required to reserve in its balance.
- getRemoteChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The minimum satoshis the other node is required to reserve in its balance.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The minimum satoshis the other node is required to reserve in its
balance.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
The minimum satoshis the other node is required to reserve in its
balance.
- getRemoteChanReserveSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
The minimum satoshis the other node is required to reserve in its
balance.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for remote_chan_reserve_sat.
- getRemoteChanReserveSat() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for remote_chan_reserve_sat.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for remote_csv_delay.
- getRemoteForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool remote_force = 3;
- getRemoteForce() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
bool remote_force = 3;
- getRemoteForce() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequestOrBuilder
-
bool remote_force = 3;
- getRemoteForce() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Getter for remoteForce.
- getRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePub() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePub() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for remote_node_pub.
- getRemoteNodePubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The identity pubkey of the remote node
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Public key of the remote peer that we formerly had a channel with.
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ Public key of the remote peer that we formerly had a channel with.
- getRemotePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ Public key of the remote peer that we formerly had a channel with.
- getRemotePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The identity pubkey of the remote node
- getRemotePubkey() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for remote_pubkey.
- getRemotePubkey() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for remote_pubkey.
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The identity pubkey of the remote node
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Public key of the remote peer that we formerly had a channel with.
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ Public key of the remote peer that we formerly had a channel with.
- getRemotePubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ Public key of the remote peer that we formerly had a channel with.
- getRemotePubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The identity pubkey of the remote node
- getReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorg() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorg() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorg() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorg() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Getter for a list of reorg.
- getReorg() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Getter for a list of reorg.
- getReorgBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorgBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorgOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorgOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorgOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEventOrBuilder
-
An event send when the transaction of the request is reorged out of the
chain.
- getReorgOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorgOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getReorgOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- getResourceParameters() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getResults(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResults(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResults(int) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResults() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse
-
Getter for a list of results.
- getResultsBuilder(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsBuilderList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsCount() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsList() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsOrBuilder(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsOrBuilder(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsOrBuilder(int) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsOrBuilderList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsOrBuilderList() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getResultsOrBuilderList() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponseOrBuilder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- getReversed() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- getReversed() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for reversed.
- getRHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
/ Hash corresponding to the (hold) invoice to subscribe to.
- getRHash() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
/ Hash corresponding to the (hold) invoice to subscribe to.
- getRHash() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequestOrBuilder
-
/ Hash corresponding to the (hold) invoice to subscribe to.
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
bytes r_hash = 1[json_name = "r_hash"];
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
bytes r_hash = 1[json_name = "r_hash"];
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
bytes r_hash = 1[json_name = "r_hash"];
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The hash of the preimage
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ The hash of the preimage
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ The hash of the preimage
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
/ The payment hash of the invoice to be looked up.
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
/ The payment hash of the invoice to be looked up.
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
/ The payment hash of the invoice to be looked up.
- getRHash() - Method in class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Getter for r_hash.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for r_hash.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for r_hash.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Getter for r_hash.
- getRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStr() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStr() - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Getter for r_hash_str.
- getRHashStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
The hex-encoded payment hash of the invoice to be looked up.
- getRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- getRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
/ Route that should be used to attempt to complete the payment.
- getRoute() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
/ Route that should be used to attempt to complete the payment.
- getRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The taken route when state is SUCCEEDED.
- getRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The taken route when state is SUCCEEDED.
- getRoute() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The taken route when state is SUCCEEDED.
- getRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- getRoute() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
/ Route that should be used to attempt to complete the payment.
- getRoute() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequestOrBuilder
-
/ Route that should be used to attempt to complete the payment.
- getRoute() - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Getter for a list of route.
- getRoute() - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Getter for a list of route.
- getRoute() - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Getter for a list of route.
- getRouteBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- getRouteBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The taken route when state is SUCCEEDED.
- getRouteBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- getRouteHints(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHints(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHints(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHints(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for a list of route_hints.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for a list of route_hints.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for a list of route_hints.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for a list of route_hints.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsCount() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
Optional route hints to reach the destination through private channels.
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
Optional route hints to reach the destination through private channels.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
/ Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendToRouteRequestOrBuilder
-
/ Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The taken route when state is SUCCEEDED.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
The taken route when state is SUCCEEDED.
- getRouteOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
The taken route when state is SUCCEEDED.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
/ Route that should be used to attempt to complete the payment.
- getRouteOrBuilder() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequestOrBuilder
-
/ Route that should be used to attempt to complete the payment.
- getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutes() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
-
Getter for a list of routes.
- getRoutesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutingFeeMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- getRoutingFeeMsat() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- getRoutingFeeMsat() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponseOrBuilder
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- getRoutingFeeMsat() - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeResponse
-
Getter for routingFeeMsat.
- getRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for a list of routingPolicy.
- getRoutingPolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- getRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- getRPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- getRPreimage() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for r_preimage.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The fee rate, expressed in sat/byte, that should be used to spend the input
with.
- getSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
The fee rate, expressed in sat/byte, that should be used to spend the input
with.
- getSatPerByte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
The fee rate, expressed in sat/byte, that should be used to spend the input
with.
- getSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The fee rate we'll use to sweep the output.
- getSatPerByte() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The fee rate we'll use to sweep the output.
- getSatPerByte() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The fee rate we'll use to sweep the output.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Getter for sat_per_byte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for sat_per_byte.
- getSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- getSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- getSatPerKw() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponseOrBuilder
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- getSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- getSatPerKw() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- getSatPerKw() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequestOrBuilder
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- getSatPerKw() - Method in class org.lightningj.lnd.wrapper.walletkit.message.EstimateFeeResponse
-
Getter for satPerKw.
- getSatPerKw() - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Getter for satPerKw.
- getSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis received from this peer
- getSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Satoshis received from this peer
- getSatRecv() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Satoshis received from this peer
- getSatRecv() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for sat_recv.
- getSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis sent to this peer
- getSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Satoshis sent to this peer
- getSatSent() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Satoshis sent to this peer
- getSatSent() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for sat_sent.
- getSchema() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
Loads related XSD schema into Schema object.
- getSchemaLocations() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getSchemaLocations() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getScopeCase() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getScopeCase() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getScopeCase() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
- getScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
Deprecated.
- getScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
Deprecated.
- getScores() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
Deprecated.
- getScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
Deprecated.
- getScores() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
Deprecated.
- getScores() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
Deprecated.
- getScoresAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Returns scores as a detached map.
- getScoresAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Returns scores as a detached map.
- getScoresCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- getScoresCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getScoresCount() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- getScoresCount() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getScoresCount() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- getScoresEntries() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Gets the map entries as a wrapped list, used for XML conversion.
- getScoresEntries() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getScoresMap() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresMap() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresMap() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresMap() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
A map from hex-encoded public keys to scores.
- getScoresMap() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
A map from hex-encoded public keys to scores.
- getScoresMap() - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- getScoresOrDefault(String, double) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresOrDefault(String, double) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresOrDefault(String, double) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresOrDefault(String, double) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
A map from hex-encoded public keys to scores.
- getScoresOrDefault(String, double) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
A map from hex-encoded public keys to scores.
- getScoresOrDefault(String, double) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- getScoresOrThrow(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresOrThrow(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresOrThrow(String) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder
-
map<string, double> scores = 2[json_name = "scores"];
- getScoresOrThrow(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
A map from hex-encoded public keys to scores.
- getScoresOrThrow(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
A map from hex-encoded public keys to scores.
- getScoresOrThrow(String) - Method in interface org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequestOrBuilder
-
A map from hex-encoded public keys to scores.
- getScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- getScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- getScript() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequestOrBuilder
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- getScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The output script for the outpoint above.
- getScript() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
The output script for the outpoint above.
- getScript() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequestOrBuilder
-
The output script for the outpoint above.
- getScript() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Getter for script.
- getScript() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Getter for script.
- getSeedEntropy() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedRequestOrBuilder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Getter for seedEntropy.
- getSendAll() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- getSendAll() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- getSendAll() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- getSendAll() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for sendAll.
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getSerializedSize() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getSerializedSize() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.proto.WalletUnlockerGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.router.proto.RouterGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc
-
- getSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- getSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Deprecated.
- getSettled() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Deprecated.
- getSettled() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for settled.
- getSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was settled
- getSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ When this invoice was settled
- getSettleDate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ When this invoice was settled
- getSettleDate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for settle_date.
- getSettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Settled balance at the time of channel closure
- getSettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ Settled balance at the time of channel closure
- getSettledBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ Settled balance at the time of channel closure
- getSettledBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for settled_balance.
- getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "settle" index of this invoice.
- getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The "settle" index of this invoice.
- getSettleIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The "settle" index of this invoice.
- getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- getSettleIndex() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- getSettleIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceSubscriptionOrBuilder
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- getSettleIndex() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for settle_index.
- getSettleIndex() - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
-
Getter for settle_index.
- getShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
bool show = 1;
- getShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
bool show = 1;
- getShow() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
bool show = 1;
- getShow() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Getter for show.
- getSighash() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target sighash type that should be used when generating the final
sighash, and signature.
- getSighash() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
The target sighash type that should be used when generating the final
sighash, and signature.
- getSighash() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
The target sighash type that should be used when generating the final
sighash, and signature.
- getSighash() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for sighash.
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
/ The signature for the given message
- getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageResponseOrBuilder
-
/ The signature for the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
/ The signature to be verified over the given message
- getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
/ The signature to be verified over the given message
- getSignature() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The signature that validates the announced data and proves the ownership
of node id.
- getSignature() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The signature that validates the announced data and proves the ownership
of node id.
- getSignature() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The signature that validates the announced data and proves the ownership
of node id.
- getSignature() - Method in class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Getter for signature.
- getSignature() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Getter for signature.
- getSignature() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for signature.
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
/ The signature for the given message
- getSignatureBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageResponseOrBuilder
-
/ The signature for the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
/ The signature to be verified over the given message
- getSignatureBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
/ The signature to be verified over the given message
- getSignDescs(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescs(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescs(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescs() - Method in class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Getter for a list of signDescs.
- getSignDescsBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsCount() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilder(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilderList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
/ A set of sign descriptors, for each input to be signed.
- getSignDescsOrBuilderList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignReqOrBuilder
-
/ A set of sign descriptors, for each input to be signed.
- getSigScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- getSigScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- getSigScript() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptOrBuilder
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- getSigScript() - Method in class org.lightningj.lnd.wrapper.signer.message.InputScript
-
Getter for sigScript.
- getSingleChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackups() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackups() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshotOrBuilder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackups() - Method in class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Getter for a list of single_chan_backups.
- getSingleChanBackupsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackupsOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleChanBackupsOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshotOrBuilder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- getSingleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- getSingleTweak() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- getSingleTweak() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- getSingleTweak() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for singleTweak.
- getSourcePubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- getSourcePubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The source node where the request route should originated from.
- getSourcePubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The source node where the request route should originated from.
- getSourcePubKey() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for sourcePubKey.
- getSourcePubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- getSourcePubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
The source node where the request route should originated from.
- getSourcePubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
The source node where the request route should originated from.
- getSpend() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpend() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpend() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpend() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Getter for a list of spend.
- getSpendBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpendingHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The height at which the spending transaction was included in a block.
- getSpendingHeight() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The height at which the spending transaction was included in a block.
- getSpendingHeight() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The height at which the spending transaction was included in a block.
- getSpendingHeight() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for spendingHeight.
- getSpendingInputIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The input of the spending transaction that fulfilled the spend request.
- getSpendingInputIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The input of the spending transaction that fulfilled the spend request.
- getSpendingInputIndex() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The input of the spending transaction that fulfilled the spend request.
- getSpendingInputIndex() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for spendingInputIndex.
- getSpendingOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- getSpendingOutpoint() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The outpoint was that spent.
- getSpendingOutpoint() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The outpoint was that spent.
- getSpendingOutpoint() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for a list of spendingOutpoint.
- getSpendingOutpointBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- getSpendingOutpointOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- getSpendingOutpointOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The outpoint was that spent.
- getSpendingOutpointOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The outpoint was that spent.
- getSpendingTxHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The hash of the spending transaction.
- getSpendingTxHash() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
The hash of the spending transaction.
- getSpendingTxHash() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetailsOrBuilder
-
The hash of the spending transaction.
- getSpendingTxHash() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Getter for spendingTxHash.
- getSpendOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpendOrBuilder() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpendOrBuilder() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEventOrBuilder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ Whether unconfirmed outputs should be used as inputs for the funding transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ Whether unconfirmed outputs should be used as inputs for the funding transaction.
- getSpendUnconfirmed() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ Whether unconfirmed outputs should be used as inputs for the funding transaction.
- getSpendUnconfirmed() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for spend_unconfirmed.
- getStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for stage.
- getStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Start time is the starting point of the forwarding history request.
- getStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
/ Start time is the starting point of the forwarding history request.
- getStartTime() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
/ Start time is the starting point of the forwarding history request.
- getStartTime() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for start_time.
- getState() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- getState() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The state the invoice is in.
- getState() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The state the invoice is in.
- getState() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
/ Current state the payment is in.
- getState() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
/ Current state the payment is in.
- getState() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
/ Current state the payment is in.
- getState() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for state.
- getState() - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Getter for state.
- getStateValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- getStateValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The state the invoice is in.
- getStateValue() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The state the invoice is in.
- getStateValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
/ Current state the payment is in.
- getStateValue() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
/ Current state the payment is in.
- getStateValue() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatusOrBuilder
-
/ Current state the payment is in.
- getStatus() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- getStatus() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The status of the payment.
- getStatus() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The status of the payment.
- getStatus() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for status.
- getStatus() - Method in exception org.lightningj.lnd.wrapper.StatusException
-
- getStatusValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- getStatusValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
The status of the payment.
- getStatusValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
The status of the payment.
- getStub() - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.chainnotifier.AsynchronousChainNotifierAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.chainnotifier.SynchronousChainNotifierAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
- getSubMessageResults() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystems() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelResponseOrBuilder
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystems() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelResponse
-
Getter for sub_systems.
- getSubSystemsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystemsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystemsBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelResponseOrBuilder
-
string sub_systems = 1[json_name = "sub_systems"];
- getSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bool success = 2[json_name = "success"];
- getSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
bool success = 2[json_name = "success"];
- getSuccess() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdateOrBuilder
-
bool success = 2[json_name = "success"];
- getSuccess() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Getter for success.
- getSuccessProb() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Estimation of success probability for this channel.
- getSuccessProb() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
/ Estimation of success probability for this channel.
- getSuccessProb() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistoryOrBuilder
-
/ Estimation of success probability for this channel.
- getSuccessProb() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Getter for success_prob.
- getSupportedVersions() - Method in class org.lightningj.lnd.wrapper.XMLParserFactory
-
Returns a set of supported XML Parser versions.
- getSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for synced_to_chain.
- getSyncType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- getSyncType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The type of sync we are currently performing with this peer.
- getSyncType() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The type of sync we are currently performing with this peer.
- getSyncType() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for sync_type.
- getSyncTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- getSyncTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
The type of sync we are currently performing with this peer.
- getSyncTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
The type of sync we are currently performing with this peer.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ The target number of blocks that the closure transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
/ The target number of blocks that the closure transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
/ The target number of blocks that the closure transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.EstimateFeeRequestOrBuilder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The target number of blocks that the funding transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The target number of blocks that the funding transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The target number of blocks that the funding transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The target number of blocks that the input should be spent within.
- getTargetConf() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
The target number of blocks that the input should be spent within.
- getTargetConf() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequestOrBuilder
-
The target number of blocks that the input should be spent within.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Getter for target_conf.
- getTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Deprecated.
- getTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
Deprecated.
- getTestnet() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
Deprecated.
- getTestnet() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for testnet.
- getTimeLockDelay() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
An estimate of the worst case time delay that can occur.
- getTimeLockDelay() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
An estimate of the worst case time delay that can occur.
- getTimeLockDelay() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponseOrBuilder
-
An estimate of the worst case time delay that can occur.
- getTimeLockDelay() - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeResponse
-
Getter for timeLockDelay.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- getTimeLockDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- getTimeLockDelta() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- getTimeLockDelta() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for time_lock_delta.
- getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for time_lock_delta.
- getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for timeLockDelta.
- getTimeLockedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The sum of all the time-locked outputs at the time of channel closure
- getTimeLockedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
/ The sum of all the time-locked outputs at the time of channel closure
- getTimeLockedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseSummaryOrBuilder
-
/ The sum of all the time-locked outputs at the time of channel closure
- getTimeLockedBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Getter for time_locked_balance.
- getTimeoutSeconds() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- getTimeoutSeconds() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- getTimeoutSeconds() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequestOrBuilder
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- getTimeoutSeconds() - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Getter for timeoutSeconds.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 timestamp = 4[json_name = "timestamp"];
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 timestamp = 4[json_name = "timestamp"];
- getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 timestamp = 4[json_name = "timestamp"];
- getTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Timestamp of this transaction
- getTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Timestamp of this transaction
- getTimeStamp() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Timestamp of this transaction
- getTimestamp() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
A timestamp that allows ordering in the case of multiple announcements.
- getTimestamp() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
A timestamp that allows ordering in the case of multiple announcements.
- getTimestamp() - Method in interface org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdateOrBuilder
-
A timestamp that allows ordering in the case of multiple announcements.
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for timestamp.
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for timestamp.
- getTimeStamp() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for time_stamp.
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Getter for timestamp.
- getTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- getTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Deprecated.
- getTotalAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Deprecated.
- getTotalAmt() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_amt.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_amt_msat.
- getTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The balance of the wallet
- getTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
/ The balance of the wallet
- getTotalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
/ The balance of the wallet
- getTotalBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for total_balance.
- getTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ The sum of all channels capacity for the node, denominated in satoshis.
- getTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
/ The sum of all channels capacity for the node, denominated in satoshis.
- getTotalCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
/ The sum of all channels capacity for the node, denominated in satoshis.
- getTotalCapacity() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for total_capacity.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Deprecated.
- getTotalFees() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Deprecated.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Fees paid for this transaction
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Fees paid for this transaction
- getTotalFees() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Fees paid for this transaction
- getTotalFees() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_fees.
- getTotalFees() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for total_fees.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_fees_msat.
- getTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for total_limbo_balance.
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- getTotalNetworkCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for total_network_capacity.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for total_satoshis_received.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for total_satoshis_sent.
- getTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_time_lock.
- getTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactions(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.TransactionDetails>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.TransactionDetails>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(StreamObserver<TransactionDetails>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getTransactions request.
- getTransactions(GetTransactionsRequest, StreamObserver<TransactionDetails>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getTransactions request.
- getTransactions() - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
-
Getter for a list of transactions.
- getTransactions() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getTransactions request.
- getTransactions(GetTransactionsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getTransactions request.
- getTransactionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- getTransactionsList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactionsList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- GetTransactionsRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetTransactionsRequest.
- GetTransactionsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Empty Constructor
- GetTransactionsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Json Parsing Constructor
- GetTransactionsRequest(LightningApi.GetTransactionsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Constructor using underlying Lightning API Object
- getTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- getTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The transaction hash
- getTxHash() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The transaction hash
- getTxHash() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for tx_hash.
- getTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- getTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The transaction hash
- getTxHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The transaction hash
- getTxHex() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
The raw serialized transaction.
- getTxHex() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
The raw serialized transaction.
- getTxHex() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TransactionOrBuilder
-
The raw serialized transaction.
- getTxHex() - Method in class org.lightningj.lnd.wrapper.walletkit.message.Transaction
-
Getter for txHex.
- getTxid() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The transaction hash for which we should request a confirmation notification
for.
- getTxid() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
The transaction hash for which we should request a confirmation notification
for.
- getTxid() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequestOrBuilder
-
The transaction hash for which we should request a confirmation notification
for.
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
bytes txid = 1[json_name = "txid"];
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
bytes txid = 1[json_name = "txid"];
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingUpdateOrBuilder
-
bytes txid = 1[json_name = "txid"];
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
/ The transaction ID of the transaction
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsResponseOrBuilder
-
/ The transaction ID of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
/ The id of the transaction
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyResponseOrBuilder
-
/ The id of the transaction
- getTxid() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Getter for txid.
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ Raw bytes representing the transaction id.
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
/ Raw bytes representing the transaction id.
- getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OutPointOrBuilder
-
/ Raw bytes representing the transaction id.
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
/ The transaction ID of the transaction
- getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsResponseOrBuilder
-
/ The transaction ID of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
/ The id of the transaction
- getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyResponseOrBuilder
-
/ The id of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Getter for txid_bytes.
- getTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ Reversed, hex-encoded string representing the transaction id.
- getTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
/ Reversed, hex-encoded string representing the transaction id.
- getTxidStr() - Method in interface org.lightningj.lnd.proto.LightningApi.OutPointOrBuilder
-
/ Reversed, hex-encoded string representing the transaction id.
- getTxidStr() - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Getter for txid_str.
- getTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ Reversed, hex-encoded string representing the transaction id.
- getTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
/ Reversed, hex-encoded string representing the transaction id.
- getTxidStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OutPointOrBuilder
-
/ Reversed, hex-encoded string representing the transaction id.
- getTxIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The index of the confirmed transaction within the transaction.
- getTxIndex() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
The index of the confirmed transaction within the transaction.
- getTxIndex() - Method in interface org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetailsOrBuilder
-
The index of the confirmed transaction within the transaction.
- getTxIndex() - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Getter for txIndex.
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- getType() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
/ The address type
- getType() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
-
/ The address type
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The type of address
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The type of address
- getType() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The type of address
- getType() - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Getter for type.
- getType() - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
-
Getter for type.
- getType() - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Getter for address_type.
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- getTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEventUpdateOrBuilder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
/ The address type
- getTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
-
/ The address type
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The type of address
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
/ The type of address
- getTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.UtxoOrBuilder
-
/ The type of address
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for unconfirmed_balance.
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Chain
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp
-
- getUnknownFields() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction
-
- getUnknownFields() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
- getUnmarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The unsettled balance in this channel
- getUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The unsettled balance in this channel
- getUnsettledBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The unsettled balance in this channel
- getUnsettledBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for unsettled_balance.
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getUpdateCase() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getUpdateCase() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
- getUris(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- getUris(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The URIs of the current node.
- getUris(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The URIs of the current node.
- getUris(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The URIs of the watchtower.
- getUris(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The URIs of the watchtower.
- getUris(int) - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The URIs of the watchtower.
- getUris() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for a list of uris.
- getUris() - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Getter for a list of uris.
- getUrisBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- getUrisBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The URIs of the current node.
- getUrisBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The URIs of the current node.
- getUrisBytes(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The URIs of the watchtower.
- getUrisBytes(int) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The URIs of the watchtower.
- getUrisBytes(int) - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The URIs of the watchtower.
- getUrisCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- getUrisCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The URIs of the current node.
- getUrisCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The URIs of the current node.
- getUrisCount() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The URIs of the watchtower.
- getUrisCount() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The URIs of the watchtower.
- getUrisCount() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The URIs of the watchtower.
- getUrisList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- getUrisList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The URIs of the current node.
- getUrisList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The URIs of the current node.
- getUrisList() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The URIs of the watchtower.
- getUrisList() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse
-
/ The URIs of the watchtower.
- getUrisList() - Method in interface org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponseOrBuilder
-
/ The URIs of the watchtower.
- getUseMissionControl() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- getUseMissionControl() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- getUseMissionControl() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- getUseMissionControl() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for useMissionControl.
- getUtxos(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- getUtxos(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
/ A list of utxos
- getUtxos(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
/ A list of utxos
- getUtxos() - Method in class org.lightningj.lnd.wrapper.message.ListUnspentResponse
-
Getter for a list of utxos.
- getUtxosBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- getUtxosBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- getUtxosCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- getUtxosCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
/ A list of utxos
- getUtxosCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
/ A list of utxos
- getUtxosList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- getUtxosList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
/ A list of utxos
- getUtxosList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
/ A list of utxos
- getUtxosOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- getUtxosOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
/ A list of utxos
- getUtxosOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
/ A list of utxos
- getUtxosOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- getUtxosOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse
-
/ A list of utxos
- getUtxosOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListUnspentResponseOrBuilder
-
/ A list of utxos
- getValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ Whether the signature was valid over the given message
- getValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
/ Whether the signature was valid over the given message
- getValid() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
/ Whether the signature was valid over the given message
- getValid() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Getter for valid.
- getValidationResult() - Method in exception org.lightningj.lnd.wrapper.ValidationException
-
- getValue() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ The value of this invoice in satoshis
- getValue() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest
-
/ The value of this invoice in satoshis
- getValue() - Method in interface org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequestOrBuilder
-
/ The value of this invoice in satoshis
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The value of this invoice in satoshis
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ The value of this invoice in satoshis
- getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ The value of this invoice in satoshis
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
Deprecated.
- getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
Deprecated.
- getValue() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
/ The value of the output being spent.
- getValue() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut
-
/ The value of the output being spent.
- getValue() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.TxOutOrBuilder
-
/ The value of the output being spent.
- getValue() - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.signer.message.TxOut
-
Getter for value.
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.AddressType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.Failure.FailureCode
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
- getValueDescriptor() - Method in enum org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.WitnessType
-
- getValueMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The value of the payment in milli-satoshis
- getValueMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The value of the payment in milli-satoshis
- getValueMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The value of the payment in milli-satoshis
- getValueMsat() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for value_msat.
- getValueSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The value of the payment in satoshis
- getValueSat() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The value of the payment in satoshis
- getValueSat() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The value of the payment in satoshis
- getValueSat() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for value_sat.
- getVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- getVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The version of the LND software that the node is running.
- getVersion() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The version of the LND software that the node is running.
- getVersion() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for version.
- getVersion() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getVersion() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getVersionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- getVersionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The version of the LND software that the node is running.
- getVersionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The version of the LND software that the node is running.
- getWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of waiting_close_channels.
- getWaitingCloseChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.UnlockWalletRequestOrBuilder
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for walletPassword.
- getWalletPassword() - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Getter for walletPassword.
- getWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- getWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- getWeekFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- getWeekFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for week_fee_sum.
- getWitness(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
/ The serializes witness stack for the specified input.
- getWitness(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
/ The serializes witness stack for the specified input.
- getWitness(int) - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptOrBuilder
-
/ The serializes witness stack for the specified input.
- getWitness() - Method in class org.lightningj.lnd.wrapper.signer.message.InputScript
-
Getter for a list of witness.
- getWitnessCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
/ The serializes witness stack for the specified input.
- getWitnessCount() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
/ The serializes witness stack for the specified input.
- getWitnessCount() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptOrBuilder
-
/ The serializes witness stack for the specified input.
- getWitnessList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
/ The serializes witness stack for the specified input.
- getWitnessList() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
/ The serializes witness stack for the specified input.
- getWitnessList() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptOrBuilder
-
/ The serializes witness stack for the specified input.
- getWitnessScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The full script required to properly redeem the output.
- getWitnessScript() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
The full script required to properly redeem the output.
- getWitnessScript() - Method in interface org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptorOrBuilder
-
The full script required to properly redeem the output.
- getWitnessScript() - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Getter for witnessScript.
- getWitnessType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- getWitnessType() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The witness type of the output we're attempting to sweep.
- getWitnessType() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The witness type of the output we're attempting to sweep.
- getWitnessType() - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Getter for witness_type.
- getWitnessTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- getWitnessTypeValue() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
The witness type of the output we're attempting to sweep.
- getWitnessTypeValue() - Method in interface org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepOrBuilder
-
The witness type of the output we're attempting to sweep.
- getXMLParser(String) - Method in class org.lightningj.lnd.wrapper.XMLParserFactory
-
Method to retrieve the XMLParser for a given version.
- GLOBAL_FEATURES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- GLOBAL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- GRAPH_DIAMETER_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- GraphTopologySubscription - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GraphTopologySubscription.
- GraphTopologySubscription() - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Empty Constructor
- GraphTopologySubscription(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Json Parsing Constructor
- GraphTopologySubscription(LightningApi.GraphTopologySubscription) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Constructor using underlying Lightning API Object
- GraphTopologyUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GraphTopologyUpdate.
- GraphTopologyUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Empty Constructor
- GraphTopologyUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Json Parsing Constructor
- GraphTopologyUpdate(LightningApi.GraphTopologyUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Constructor using underlying Lightning API Object
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
-
- SAT_PER_KW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse
-
- SAT_PER_KW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest
-
- SAT_RECV_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
-
- SAT_SENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
-
- SCORES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult
-
- SCORES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest
-
- scoresEntries - Variable in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
- ScoresEntries() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntries
-
- scoresEntries - Variable in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
- ScoresEntries() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntries
-
- ScoresEntry() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Empty Constructor
- ScoresEntry(String, double) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Json Parsing Constructor
- ScoresEntry() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Empty Constructor
- ScoresEntry(String, double) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Json Parsing Constructor
- SCRIPT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest
-
- SCRIPT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest
-
- SEED_ENTROPY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- SEND_ALL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- sendCoins(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest, StreamObserver<LightningApi.SendCoinsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest, StreamObserver<LightningApi.SendCoinsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(String, Long, Integer, Long, Boolean, StreamObserver<SendCoinsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendCoins request.
- sendCoins(SendCoinsRequest, StreamObserver<SendCoinsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendCoins request.
- sendCoins(String, Long, Integer, Long, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendCoins request.
- sendCoins(SendCoinsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendCoins request.
- SendCoinsRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendCoinsRequest.
- SendCoinsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Empty Constructor
- SendCoinsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Json Parsing Constructor
- SendCoinsRequest(LightningApi.SendCoinsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Constructor using underlying Lightning API Object
- SendCoinsResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendCoinsResponse.
- SendCoinsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Empty Constructor
- SendCoinsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Json Parsing Constructor
- SendCoinsResponse(LightningApi.SendCoinsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Constructor using underlying Lightning API Object
- sendMany(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest, StreamObserver<LightningApi.SendManyResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest, StreamObserver<LightningApi.SendManyResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(Map<String, Long>, Integer, Long, StreamObserver<SendManyResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendMany request.
- sendMany(SendManyRequest, StreamObserver<SendManyResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendMany request.
- sendMany(Map<String, Long>, Integer, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendMany request.
- sendMany(SendManyRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendMany request.
- SendManyRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendManyRequest.
- SendManyRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Empty Constructor
- SendManyRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Json Parsing Constructor
- SendManyRequest(LightningApi.SendManyRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Constructor using underlying Lightning API Object
- SendManyRequest.AddrToAmountEntries - Class in org.lightningj.lnd.wrapper.message
-
Wrapping class used for conversion between Map and XML notation.
- SendManyRequest.AddrToAmountEntry - Class in org.lightningj.lnd.wrapper.message
-
Inner class AddrToAmountEntry for class SendManyRequest.
- SendManyResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendManyResponse.
- SendManyResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Empty Constructor
- SendManyResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Json Parsing Constructor
- SendManyResponse(LightningApi.SendManyResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Constructor using underlying Lightning API Object
- sendOutputs(WalletKitOuterClass.SendOutputsRequest) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitBlockingStub
-
SendOutputs is similar to the existing sendmany call in Bitcoind, and
allows the caller to create a transaction that sends to several outputs at
once.
- sendOutputs(WalletKitOuterClass.SendOutputsRequest) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitFutureStub
-
SendOutputs is similar to the existing sendmany call in Bitcoind, and
allows the caller to create a transaction that sends to several outputs at
once.
- sendOutputs(WalletKitOuterClass.SendOutputsRequest, StreamObserver<WalletKitOuterClass.SendOutputsResponse>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitImplBase
-
SendOutputs is similar to the existing sendmany call in Bitcoind, and
allows the caller to create a transaction that sends to several outputs at
once.
- sendOutputs(WalletKitOuterClass.SendOutputsRequest, StreamObserver<WalletKitOuterClass.SendOutputsResponse>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitStub
-
SendOutputs is similar to the existing sendmany call in Bitcoind, and
allows the caller to create a transaction that sends to several outputs at
once.
- sendOutputs(Long, List<TxOut>, StreamObserver<SendOutputsResponse>) - Method in class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
-
Method to generate a sendOutputs request.
- sendOutputs(SendOutputsRequest, StreamObserver<SendOutputsResponse>) - Method in class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
-
Method to send a sendOutputs request.
- sendOutputs(Long, List<TxOut>) - Method in class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Method to generate a sendOutputs request.
- sendOutputs(SendOutputsRequest) - Method in class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Method to send a sendOutputs request.
- SendOutputsRequest - Class in org.lightningj.lnd.wrapper.walletkit.message
-
Wrapper class for SendOutputsRequest.
- SendOutputsRequest() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Empty Constructor
- SendOutputsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Json Parsing Constructor
- SendOutputsRequest(WalletKitOuterClass.SendOutputsRequest) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Constructor using underlying Lightning API Object
- SendOutputsResponse - Class in org.lightningj.lnd.wrapper.walletkit.message
-
Wrapper class for SendOutputsResponse.
- SendOutputsResponse() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Empty Constructor
- SendOutputsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Json Parsing Constructor
- SendOutputsResponse(WalletKitOuterClass.SendOutputsResponse) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Constructor using underlying Lightning API Object
- sendPayment(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendpayment`
SendPayment dispatches a bi-directional streaming RPC for sending payments
through the Lightning Network.
- sendPayment(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendpayment`
SendPayment dispatches a bi-directional streaming RPC for sending payments
through the Lightning Network.
- sendPayment(RouterOuterClass.SendPaymentRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
SendPayment attempts to route a payment described by the passed
PaymentRequest to the final destination.
- sendPayment(RouterOuterClass.SendPaymentRequest, StreamObserver<RouterOuterClass.PaymentStatus>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
SendPayment attempts to route a payment described by the passed
PaymentRequest to the final destination.
- sendPayment(RouterOuterClass.SendPaymentRequest, StreamObserver<RouterOuterClass.PaymentStatus>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
SendPayment attempts to route a payment described by the passed
PaymentRequest to the final destination.
- sendPayment(byte[], Long, byte[], Integer, String, Integer, Long, Long, Integer, List<RouteHint>, StreamObserver<PaymentStatus>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a sendPayment request.
- sendPayment(SendPaymentRequest, StreamObserver<PaymentStatus>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a sendPayment request.
- sendPayment(byte[], Long, byte[], Integer, String, Integer, Long, Long, Integer, List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a sendPayment request.
- sendPayment(SendPaymentRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a sendPayment request.
- SendPaymentRequest - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SendPaymentRequest.
- SendPaymentRequest() - Constructor for class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Empty Constructor
- SendPaymentRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Json Parsing Constructor
- SendPaymentRequest(RouterOuterClass.SendPaymentRequest) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Constructor using underlying Lightning API Object
- sendPaymentSync(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(byte[], String, Long, byte[], String, String, Integer, FeeLimit, Long, Integer, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendPaymentSync request.
- sendPaymentSync(SendRequest, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendPaymentSync request.
- sendPaymentSync(byte[], String, Long, byte[], String, String, Integer, FeeLimit, Long, Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendPaymentSync request.
- sendPaymentSync(SendRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendPaymentSync request.
- SendRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendRequest.
- SendRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Empty Constructor
- SendRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Json Parsing Constructor
- SendRequest(LightningApi.SendRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Constructor using underlying Lightning API Object
- SendResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendResponse.
- SendResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Empty Constructor
- SendResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Json Parsing Constructor
- SendResponse(LightningApi.SendResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Constructor using underlying Lightning API Object
- sendToRoute(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendtoroute`
SendToRoute is a bi-directional streaming RPC for sending payment through
the Lightning Network.
- sendToRoute(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendtoroute`
SendToRoute is a bi-directional streaming RPC for sending payment through
the Lightning Network.
- sendToRoute(RouterOuterClass.SendToRouteRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
-
SendToRoute attempts to make a payment via the specified route.
- sendToRoute(RouterOuterClass.SendToRouteRequest) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterFutureStub
-
SendToRoute attempts to make a payment via the specified route.
- sendToRoute(RouterOuterClass.SendToRouteRequest, StreamObserver<RouterOuterClass.SendToRouteResponse>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
-
SendToRoute attempts to make a payment via the specified route.
- sendToRoute(RouterOuterClass.SendToRouteRequest, StreamObserver<RouterOuterClass.SendToRouteResponse>) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
-
SendToRoute attempts to make a payment via the specified route.
- sendToRoute(byte[], Route, StreamObserver<SendToRouteResponse>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to generate a sendToRoute request.
- sendToRoute(SendToRouteRequest, StreamObserver<SendToRouteResponse>) - Method in class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
-
Method to send a sendToRoute request.
- sendToRoute(byte[], Route) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to generate a sendToRoute request.
- sendToRoute(SendToRouteRequest) - Method in class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Method to send a sendToRoute request.
- SendToRouteRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendToRouteRequest.
- SendToRouteRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Empty Constructor
- SendToRouteRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Json Parsing Constructor
- SendToRouteRequest(LightningApi.SendToRouteRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Constructor using underlying Lightning API Object
- SendToRouteRequest - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SendToRouteRequest.
- SendToRouteRequest() - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Empty Constructor
- SendToRouteRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Json Parsing Constructor
- SendToRouteRequest(RouterOuterClass.SendToRouteRequest) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Constructor using underlying Lightning API Object
- SendToRouteResponse - Class in org.lightningj.lnd.wrapper.router.message
-
Wrapper class for SendToRouteResponse.
- SendToRouteResponse() - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Empty Constructor
- SendToRouteResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Json Parsing Constructor
- SendToRouteResponse(RouterOuterClass.SendToRouteResponse) - Constructor for class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Constructor using underlying Lightning API Object
- sendToRouteSync(LightningApi.SendToRouteRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SendToRouteSync is a synchronous version of SendToRoute.
- sendToRouteSync(LightningApi.SendToRouteRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
SendToRouteSync is a synchronous version of SendToRoute.
- sendToRouteSync(LightningApi.SendToRouteRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SendToRouteSync is a synchronous version of SendToRoute.
- sendToRouteSync(LightningApi.SendToRouteRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SendToRouteSync is a synchronous version of SendToRoute.
- sendToRouteSync(byte[], String, Route, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendToRouteSync request.
- sendToRouteSync(SendToRouteRequest, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendToRouteSync request.
- sendToRouteSync(byte[], String, Route) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendToRouteSync request.
- sendToRouteSync(SendToRouteRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendToRouteSync request.
- ServerSideException - Exception in org.lightningj.lnd.wrapper
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- ServerSideException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.ServerSideException
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- ServerSideException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.ServerSideException
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- SERVICE_NAME - Static variable in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.invoices.proto.InvoicesGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.proto.LightningGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.proto.WalletUnlockerGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.router.proto.RouterGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.signer.proto.SignerGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc
-
- setAbandoned(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool abandoned = 6;
- setAbandoned(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for abandoned.
- setActive(boolean) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
/ Indicates whether the autopilot is active or not.
- setActive(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is active or not
- setActive(boolean) - Method in class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Setter for active.
- setActive(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for active.
- setActiveChannel(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- setActiveChannel(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint active_channel = 3[json_name = "active_channel"];
- setActiveChannel(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of active_channel.
- setActiveOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool active_only = 1;
- setActiveOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for activeOnly.
- setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
The "add" index of this invoice.
- setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "add" index of this invoice.
- setAddIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all added indexes with an add_index greater than this
value.
- setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for add_index.
- setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for add_index.
- setAddIndex(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
-
Setter for add_index.
- setAddr(LightningApi.LightningAddress) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- setAddr(LightningApi.LightningAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- setAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- setAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- setAddr(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- setAddr(LightningAddress) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Setter for list of addr.
- setAddr(String) - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Setter for addr.
- setAddr(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for addr.
- setAddr(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.AddrResponse
-
Setter for addr.
- setAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- setAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- setAddrBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
The address encoded using a bech32 format.
- setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The address
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.NewAddressResponse
-
Setter for address.
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for address.
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for address.
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The address
- setAddresses(int, LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- setAddresses(int, LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- setAddresses(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- setAddresses(List<NodeAddress>) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for list of addresses.
- setAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for list of addresses.
- setAddrToAmount(Map<String, Long>) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Populates AddrToAmount with all the values in the map.
- setAddrToAmount(Map<String, Long>) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Populates AddrToAmount with all the values in the map.
- setAddrToAmountEntries(EstimateFeeRequest.AddrToAmountEntries) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setAddrToAmountEntries(SendManyRequest.AddrToAmountEntries) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setAdvertisingNode(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- setAdvertisingNode(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for advertisingNode.
- setAdvertisingNodeBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- setAezeedPassphrase(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- setAezeedPassphrase(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- setAezeedPassphrase(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Setter for aezeedPassphrase.
- setAezeedPassphrase(byte[]) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for aezeedPassphrase.
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for alias.
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for alias.
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for alias.
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
int64 amount = 2[json_name = "amount"];
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The total value of the htlc
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The amount in satoshis to send
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction amount, denominated in satoshis
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for amount.
- setAmountSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The value of the unspent coin in satoshis
- setAmountSat(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The value of the output we're attempting to sweep.
- setAmountSat(long) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for amount_sat.
- setAmountSat(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for amount_sat.
- setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The amount to send expressed in satoshis
- setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ Number of satoshis to send.
- setAmt(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ Number of satoshis to send.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for amt.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for amt.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for amt.
- setAmtIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount (in satoshis) of the incoming HTLC that created half the circuit.
- setAmtIn(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for amt_in.
- setAmtOut(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.
- setAmtOut(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for amt_out.
- setAmtPaid(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- setAmtPaid(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for amt_paid.
- setAmtPaidMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in millisatoshis.
- setAmtPaidMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for amt_paid_msat.
- setAmtPaidSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The amount that was accepted for this invoice, in satoshis.
- setAmtPaidSat(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for amt_paid_sat.
- setAmtSat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The amount one wishes to send to the target destination.
- setAmtSat(long) - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeRequest
-
Setter for amtSat.
- setAmtToForward(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- setAmtToForward(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for amt_to_forward.
- setAmtToForwardMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- setAmtToForwardMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for amt_to_forward_msat.
- setAvgChannelSize(double) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- setAvgChannelSize(double) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for avg_channel_size.
- setAvgOutDegree(double) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- setAvgOutDegree(double) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for avg_out_degree.
- setBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels balances denominated in satoshis
- setBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for balance.
- setBaseFee(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The base fee that must be used for incoming HTLC's to this particular
channel.
- setBaseFee(int) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for baseFee.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for base_fee_msat.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for base_fee_msat.
- setBestHeaderTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Timestamp of the block best known to the wallet
- setBestHeaderTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for best_header_timestamp.
- setBlockHash(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The hash of the block in which the confirmed transaction was included in.
- setBlockHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- setBlockHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- setBlockHash(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Setter for blockHash.
- setBlockHash(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for block_hash.
- setBlockHash(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for block_hash.
- setBlockHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- setBlockHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- setBlockHeight(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The height of the block in which the confirmed transaction was included in.
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
int32 block_height = 2;
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the height of the best block
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The height of the block this transaction was included in
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Setter for blockHeight.
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for blockHeight.
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for block_height.
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for block_height.
- setBlockSha(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
bytes block_sha = 1;
- setBlockSha(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for blockSha.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
Remaining # of blocks until the commitment output can be swept.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The number of blocks remaining until the current stage can be swept.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for blocks_til_maturity.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for blocks_til_maturity.
- setBreach(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool breach = 4;
- setBreach(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for breach.
- setBroadcastAttempts(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The number of broadcast attempts we've made to sweep the output.
- setBroadcastAttempts(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for broadcast_attempts.
- setBytesRecv(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted from this peer
- setBytesRecv(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for bytes_recv.
- setBytesSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted to this peer
- setBytesSent(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for bytes_sent.
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The total amount of funds held in this channel
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Total capacity of the channel.
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
int64 capacity = 6[json_name = "capacity"];
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
int64 capacity = 3;
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
int64 capacity = 2;
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 capacity = 3[json_name = "capacity"];
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for capacity.
- setChain(String) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- setChain(String) - Method in class org.lightningj.lnd.wrapper.message.Chain
-
Setter for chain.
- setChainBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The blockchain the node is on (eg bitcoin, litecoin)
- setChainHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The hash of the genesis block that this channel resides within.
- setChainHash(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The target chain that this channel was opened within.
- setChainHash(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for chain_hash.
- setChainHash(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for chainHash.
- setChainHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The hash of the genesis block that this channel resides within.
- setChains(int, LightningApi.Chain) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- setChains(int, LightningApi.Chain.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- setChains(List<Chain>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for list of chains.
- setChanBackup(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Is an encrypted single-chan backup.
- setChanBackup(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Setter for chan_backup.
- setChanBackups(int, LightningApi.ChannelBackup) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- setChanBackups(int, LightningApi.ChannelBackup.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
A set of single-chan static channel backups.
- setChanBackups(LightningApi.ChannelBackups) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- setChanBackups(LightningApi.ChannelBackups.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
.lnrpc.ChannelBackups chan_backups = 1[json_name = "chan_backups"];
- setChanBackups(List<ChannelBackup>) - Method in class org.lightningj.lnd.wrapper.message.ChannelBackups
-
Setter for list of chan_backups.
- setChanBackups(ChannelBackups) - Method in class org.lightningj.lnd.wrapper.message.RestoreChanBackupRequest
-
Setter for list of chan_backups.
- setChanCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- setChanCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for chan_capacity.
- setChanClose(LightningApi.ChannelCloseUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- setChanClose(LightningApi.ChannelCloseUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- setChanClose(ChannelCloseUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Setter for list of chan_close.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The unique identifier of the channel.
- setChanId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The unique description of the funding transaction.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for chan_id.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for chan_id.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for chan_id.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for chan_id.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for chanId.
- setChanIdIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- setChanIdIn(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for chan_id_in.
- setChanIdOut(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- setChanIdOut(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for chan_id_out.
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Setter for list of channel.
- setChannelBackups(LightningApi.ChanBackupSnapshot) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- setChannelBackups(LightningApi.ChanBackupSnapshot.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- setChannelBackups(LightningApi.ChanBackupSnapshot) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- setChannelBackups(LightningApi.ChanBackupSnapshot.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
channel_backups is an optional argument that allows clients to recover the
settled funds within a set of channels.
- setChannelBackups(ChanBackupSnapshot) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for list of channelBackups.
- setChannelBackups(ChanBackupSnapshot) - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Setter for list of channelBackups.
- setChannelFees(int, LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- setChannelFees(int, LightningApi.ChannelFeeReport.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- setChannelFees(List<ChannelFeeReport>) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for list of channel_fees.
- setChannelFlags(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The bitfield that describes additional meta-data concerning how the
update is to be interpreted.
- setChannelFlags(int) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for channelFlags.
- setChannelId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
The unique channel ID for the channel.
- setChannelId(long) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
/ The short channel id of this edge.
- setChannelId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Short channel id
- setChannelId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for channel_id.
- setChannelId(long) - Method in class org.lightningj.lnd.wrapper.message.EdgeLocator
-
Setter for channelId.
- setChannelId(long) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Setter for channel_id.
- setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
.lnrpc.ChannelPoint channel_point = 1;
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The outpoint (txid:index) of the funding transaction.
- setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
-
Setter for list of channelPoint.
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for channel_point.
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for channel_point.
- setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Setter for list of channel_point.
- setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for list of channelPoint.
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for channel_point.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The outpoint (txid:index) of the funding transaction.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- setChannels(int, LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- setChannels(int, LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
repeated .lnrpc.ChannelCloseSummary channels = 1[json_name = "channels"];
- setChannels(int, LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- setChannels(int, LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- setChannels(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- setChannels(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ A list of all public channels for the node.
- setChannels(int, RouterOuterClass.ChannelHistory) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- setChannels(int, RouterOuterClass.ChannelHistory.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Historical information of particular channels.
- setChannels(List<ChannelCloseSummary>) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsResponse
-
Setter for list of channels.
- setChannels(List<Channel>) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
-
Setter for list of channels.
- setChannels(List<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for list of channels.
- setChannels(List<ChannelHistory>) - Method in class org.lightningj.lnd.wrapper.router.message.NodeHistory
-
Setter for list of channels.
- setChannelUpdate(RouterOuterClass.ChannelUpdate) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ An optional channel update message.
- setChannelUpdate(RouterOuterClass.ChannelUpdate.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ An optional channel update message.
- setChannelUpdate(ChannelUpdate) - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Setter for list of channelUpdate.
- setChannelUpdates(int, LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- setChannelUpdates(int, LightningApi.ChannelEdgeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- setChannelUpdates(List<ChannelEdgeUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of channelUpdates.
- setChanOpen(LightningApi.ChannelOpenUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- setChanOpen(LightningApi.ChannelOpenUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- setChanOpen(ChannelOpenUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for list of chan_open.
- setChanPending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- setChanPending(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- setChanPending(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for list of chan_pending.
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
Identifies the channel that this backup belongs to.
- setChanPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- setChanPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
/ The target channel point to obtain a back up for.
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
/ The target channel point to obtain a back up for.
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelBackup
-
Setter for list of chan_point.
- setChanPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for chan_point.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for list of chanPoint.
- setChanPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for channel_point.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for list of chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ExportChannelBackupRequest
-
Setter for list of chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for list of chan_point.
- setChanPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- setChanPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- setChanPoints(int, LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- setChanPoints(int, LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
Is the set of all channels that are included in this multi-channel backup.
- setChanPoints(List<ChannelPoint>) - Method in class org.lightningj.lnd.wrapper.message.MultiChanBackup
-
Setter for list of chan_points.
- setChanStatusFlags(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ A set of flags showing the current state of the channel.
- setChanStatusFlags(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for chan_status_flags.
- setChanStatusFlagsBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ A set of flags showing the current state of the channel.
- setCipherSeedMnemonic(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- setCipherSeedMnemonic(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- setCipherSeedMnemonic(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Setter for list of cipherSeedMnemonic.
- setCipherSeedMnemonic(List<String>) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for list of cipherSeedMnemonic.
- setClosedChannel(LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- setClosedChannel(LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelCloseSummary closed_channel = 2[json_name = "closed_channel"];
- setClosedChannel(ChannelCloseSummary) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of closed_channel.
- setClosedChans(int, LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- setClosedChans(int, LightningApi.ClosedChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- setClosedChans(List<ClosedChannelUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of closedChans.
- setClosedHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
uint32 closed_height = 3;
- setClosedHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for closedHeight.
- setCloseHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Height at which the funding transaction was spent.
- setCloseHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for close_height.
- setClosePending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- setClosePending(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- setClosePending(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Setter for list of close_pending.
- setCloseType(LightningApi.ChannelCloseSummary.ClosureType) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Details on how the channel was closed.
- setCloseType(ChannelCloseSummary.ClosureType) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for close_type.
- setCloseTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Details on how the channel was closed.
- setClosingTxHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The txid of the transaction which ultimately closed this channel.
- setClosingTxHash(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for closing_tx_hash.
- setClosingTxHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The txid of the transaction which ultimately closed this channel.
- setClosingTxid(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bytes closing_txid = 1[json_name = "closing_txid"];
- setClosingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- setClosingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- setClosingTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Setter for closing_txid.
- setClosingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Setter for closing_txid.
- setClosingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for closing_txid.
- setClosingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- setClosingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- setCltvExpiry(long) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- setCltvExpiry(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent cltv expiry value.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for cltv_expiry.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for cltv_expiry.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for cltv_expiry.
- setCltvExpiry(int) - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Setter for cltvExpiry.
- setCltvExpiryDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The time-lock delta of the channel.
- setCltvExpiryDelta(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for cltv_expiry_delta.
- setCltvLimit(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
An optional maximum total time lock for the route.
- setCltvLimit(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An optional maximum total time lock for the route.
- setCltvLimit(int) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for cltvLimit.
- setCltvLimit(int) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for cltvLimit.
- setCode(RouterOuterClass.Failure.FailureCode) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ Failure code as defined in the Lightning spec
- setCode(Failure.FailureCode) - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Setter for code.
- setCodeValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ Failure code as defined in the Lightning spec
- setColor(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The color of the current node in hex code format
- setColor(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- setColor(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- setColor(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for color.
- setColor(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for color.
- setColor(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for color.
- setColorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The color of the current node in hex code format
- setColorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- setColorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string color = 5;
- setCommitFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- setCommitFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- setCommitFee(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for commit_fee.
- setCommitFee(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for commit_fee.
- setCommitWeight(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The weight of the commitment transaction
- setCommitWeight(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The weight of the commitment transaction
- setCommitWeight(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for commit_weight.
- setCommitWeight(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for commit_weight.
- setConf(ChainNotifierOuterClass.ConfDetails) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- setConf(ChainNotifierOuterClass.ConfDetails.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event that includes the confirmation details of the request
(txid/ouput script).
- setConf(ConfDetails) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Setter for list of conf.
- setConfirmationHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The height at which this channel will be confirmed
- setConfirmationHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for confirmation_height.
- setConfirmations(long) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The number of confirmations for the Utxo
- setConfirmations(long) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for confirmations.
- setConfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- setConfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for confirmed_balance.
- setConfTarget(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
The number of confirmations to shoot for when estimating the fee.
- setConfTarget(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.EstimateFeeRequest
-
Setter for confTarget.
- setConnectingNode(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- setConnectingNode(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for connectingNode.
- setConnectingNodeBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- setCooperative(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool cooperative = 1;
- setCooperative(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for cooperative.
- setCreationDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was created
- setCreationDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The date of this payment
- setCreationDate(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for creation_date.
- setCreationDate(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for creation_date.
- setCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The CSV delay expressed in relative blocks.
- setCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for csv_delay.
- setCurrentPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
current_password should be the current valid passphrase used to unlock the
daemon.
- setCurrentPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
-
Setter for currentPassword.
- setDayFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- setDayFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for day_fee_sum.
- setDescription(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- setDescription(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for description.
- setDescriptionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- setDescriptionHash(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Hash (SHA-256) of a description of the payment.
- setDescriptionHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Hash (SHA-256) of a description of the payment.
- setDescriptionHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- setDescriptionHash(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for description_hash.
- setDescriptionHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for description_hash.
- setDescriptionHash(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for description_hash.
- setDescriptionHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- setDest(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The identity pubkey of the payment recipient
- setDest(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
The destination once wishes to obtain a routing fee quote to.
- setDest(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ The identity pubkey of the payment recipient
- setDest(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for dest.
- setDest(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeRequest
-
Setter for dest.
- setDest(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for dest.
- setDestAddresses(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- setDestAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for list of dest_addresses.
- setDestination(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- setDestination(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for destination.
- setDestinationBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- setDestString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- setDestString(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for destString.
- setDestStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- setDirectionReverse(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
The direction of this edge.
- setDirectionReverse(boolean) - Method in class org.lightningj.lnd.wrapper.message.EdgeLocator
-
Setter for directionReverse.
- setDisabled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
bool disabled = 5[json_name = "disabled"];
- setDisabled(boolean) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for disabled.
- setDoubleTweak(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A private key that will be used in combination with its corresponding
private key to derive the private key that is to be used to sign the target
input.
- setDoubleTweak(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for doubleTweak.
- setEdges(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- setEdges(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- setEdges(List<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Setter for list of edges.
- setEnable(boolean) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
/ Whether the autopilot agent should be enabled or not.
- setEnable(boolean) - Method in class org.lightningj.lnd.wrapper.autopilot.message.ModifyStatusRequest
-
Setter for enable.
- setEncipheredSeed(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- setEncipheredSeed(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Setter for encipheredSeed.
- setEndTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ End time is the end point of the forwarding history request.
- setEndTime(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for end_time.
- setExpirationHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- setExpirationHeight(int) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for expiration_height.
- setExpiry(long) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Payment request expiry time in seconds.
- setExpiry(int) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
uint32 expiry = 5[json_name = "expiry"];
- setExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Payment request expiry time in seconds.
- setExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 expiry = 5[json_name = "expiry"];
- setExpiry(long) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for expiry.
- setExpiry(int) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for expiry.
- setExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for expiry.
- setExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for expiry.
- setExtraOpaqueData(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The set of data that was appended to this message, some of which we may
not actually know how to iterate or parse.
- setExtraOpaqueData(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for extraOpaqueData.
- setFailure(RouterOuterClass.Failure) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The failure message in case the payment failed.
- setFailure(RouterOuterClass.Failure.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The failure message in case the payment failed.
- setFailure(Failure) - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Setter for list of failure.
- setFailureSourceIndex(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
The position in the path of the intermediate or final node that generated
the failure message.
- setFailureSourceIndex(int) - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Setter for failureSourceIndex.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Fallback on-chain address.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for fallback_addr.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for fallback_addr.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for fallback_addr.
- setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Fallback on-chain address.
- setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total fee (in satoshis) that this payment circuit carried.
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for fee.
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for fee.
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for fee.
- setFeeBaseMsat(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The base fee of the channel denominated in millisatoshis.
- setFeeBaseMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- setFeeBaseMsat(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for fee_base_msat.
- setFeeBaseMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for fee_base_msat.
- setFeeLimit(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimit(LightningApi.FeeLimit.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimit(LightningApi.FeeLimit) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimit(LightningApi.FeeLimit.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimit(FeeLimit) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for list of feeLimit.
- setFeeLimit(FeeLimit) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for list of feeLimit.
- setFeeLimitSat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The maximum number of satoshis that will be paid as a fee of the payment.
- setFeeLimitSat(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for feeLimitSat.
- setFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total fee (in milli-satoshis) that this payment circuit carried.
- setFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 fee_msat = 7[json_name = "fee_msat"];
- setFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The fee paid for this payment in milli-satoshis
- setFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for fee_msat.
- setFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for fee_msat.
- setFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for fee_msat.
- setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for fee_per_kw.
- setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for fee_per_kw.
- setFeePerMil(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- setFeePerMil(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for fee_per_mil.
- setFeeProportionalMillionths(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- setFeeProportionalMillionths(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for fee_proportional_millionths.
- setFeeRate(double) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The effective fee rate in milli-satoshis.
- setFeeRate(double) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The effective fee rate in milli-satoshis.
- setFeeRate(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The fee rate that will be charged per millionth of a satoshi.
- setFeeRate(double) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for fee_rate.
- setFeeRate(double) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for fee_rate.
- setFeeRate(int) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for feeRate.
- setFeeRateMilliMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- setFeeRateMilliMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for fee_rate_milli_msat.
- setFeerateSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
/ The fee rate in satoshi/byte.
- setFeerateSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Setter for feerate_sat_per_byte.
- setFeeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
/ The total fee in satoshis.
- setFeeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The fee paid for this payment in satoshis
- setFeeSat(long) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeResponse
-
Setter for fee_sat.
- setFeeSat(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for fee_sat.
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ An optional CLTV delta from the current height that should be used for the timelock of the final hop
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The CLTV delta from the current height that should be used to set the
timelock for the final hop.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for finalCltvDelta.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for finalCltvDelta.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for finalCltvDelta.
- setFirstIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- setFirstIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Setter for first_index_offset.
- setFixed(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
/ The fee limit expressed as a fixed amount of satoshis.
- setFixed(long) - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Setter for fixed.
- setFlags(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent flags value.
- setFlags(int) - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Setter for flags.
- setForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ If true, then the channel will be closed forcibly.
- setForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for force.
- setForwardingEvents(int, LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- setForwardingEvents(int, LightningApi.ForwardingEvent.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- setForwardingEvents(List<ForwardingEvent>) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Setter for list of forwarding_events.
- setFundingCanceled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool funding_canceled = 5;
- setFundingCanceled(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for fundingCanceled.
- setFundingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Txid of the funding transaction
- setFundingTxidBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for funding_txid_bytes.
- setFundingTxidStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- setFundingTxidStr(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for funding_txid_str.
- setFundingTxidStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- setGlobal(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, then this update applies to all currently active channels.
- setGlobal(boolean) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for global.
- setGlobalFeatures(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
bytes global_features = 3;
- setGlobalFeatures(byte[]) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for globalFeatures.
- setGraphDiameter(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- setGraphDiameter(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for graph_diameter.
- setHash(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The hash of the block.
- setHash(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The hash of the transaction.
- setHash(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ The hash of the preimage
- setHash(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
-
Setter for hash.
- setHash(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.Outpoint
-
Setter for hash.
- setHash(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for hash.
- setHashLock(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bytes hash_lock = 3[json_name = "hash_lock"];
- setHashLock(byte[]) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for hash_lock.
- setHeight(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
The height of the block.
- setHeight(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
-
Setter for height.
- setHeightHint(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The earliest height in the chain for which the transaction/output script
could have been included in a block.
- setHeightHint(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The earliest height in the chain for which the outpoint/output script could
have been spent.
- setHeightHint(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Setter for heightHint.
- setHeightHint(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Setter for heightHint.
- setHeuristic(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1[json_name = "heuristic"];
- setHeuristic(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
/ The name of the heuristic to provide scores to.
- setHeuristic(String) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Setter for heuristic.
- setHeuristic(String) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Setter for heuristic.
- setHeuristicBytes(ByteString) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
string heuristic = 1[json_name = "heuristic"];
- setHeuristicBytes(ByteString) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
/ The name of the heuristic to provide scores to.
- setHopHints(int, LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- setHopHints(int, LightningApi.HopHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- setHopHints(List<HopHint>) - Method in class org.lightningj.lnd.wrapper.message.RouteHint
-
Setter for list of hop_hints.
- setHops(int, LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- setHops(int, LightningApi.Hop.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- setHops(List<Hop>) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for list of hops.
- setHost(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- setHost(String) - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Setter for host.
- setHostBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- setHtlcMaximumMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The maximum HTLC value which will be accepted.
- setHtlcMaximumMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for htlcMaximumMsat.
- setHtlcMinimumMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The minimum HTLC value which will be accepted.
- setHtlcMinimumMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for htlcMinimumMsat.
- setHtlcMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ A failure type-dependent htlc value.
- setHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Setter for htlcMsat.
- setIdentityKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- setIdentityKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for identityKey.
- setIdentityKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- setIdentityPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- setIdentityPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for identity_pubkey.
- setIdentityPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- setIgnoredEdges(int, LightningApi.EdgeLocator) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- setIgnoredEdges(int, LightningApi.EdgeLocator.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of edges to ignore during path finding.
- setIgnoredEdges(List<EdgeLocator>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for list of ignoredEdges.
- setIgnoredNodes(int, ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
A list of nodes to ignore during path finding.
- setIgnoredNodes(List<byte[]>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for list of ignoredNodes.
- setIgnoreLocalState(boolean) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
/ If set, we will ignore the local channel state when calculating scores.
- setIgnoreLocalState(boolean) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresRequest
-
Setter for no_state.
- setInactiveChannel(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- setInactiveChannel(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelPoint inactive_channel = 4[json_name = "inactive_channel"];
- setInactiveChannel(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of inactive_channel.
- setInactiveOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool inactive_only = 2;
- setInactiveOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for inactiveOnly.
- setInbound(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ A channel is inbound if the counterparty initiated the channel
- setInbound(boolean) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for inbound.
- setIncludeChannels(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ If true, will include all known channels associated with the node.
- setIncludeChannels(boolean) - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Setter for includeChannels.
- setIncludeIncomplete(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
If true, then return payments that have not yet fully completed.
- setIncludeIncomplete(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsRequest
-
Setter for includeIncomplete.
- setIncludeUnannounced(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
Whether unannounced channels are included in the response or not.
- setIncludeUnannounced(boolean) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraphRequest
-
Setter for include_unannounced.
- setIncoming(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bool incoming = 1[json_name = "incoming"];
- setIncoming(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The direction within the channel that the htlc was sent
- setIncoming(boolean) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for incoming.
- setIncoming(boolean) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for incoming.
- setIndex(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
The index of the output within the transaction.
- setIndex(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.Outpoint
-
Setter for index.
- setIndexOffset(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Index offset is the offset in the time series to start at.
- setIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
The index of an invoice that will be used as either the start or end of a
query to determine which invoices should be returned in the response.
- setIndexOffset(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for index_offset.
- setIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for index_offset.
- setInitiator(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ True if we were the ones that created the channel.
- setInitiator(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for initiator.
- setInputIndex(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target input within the transaction that should be signed.
- setInputIndex(int) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for inputIndex.
- setInputScripts(int, SignerOuterClass.InputScript) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- setInputScripts(int, SignerOuterClass.InputScript.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
/ The set of fully valid input scripts requested.
- setInputScripts(List<InputScript>) - Method in class org.lightningj.lnd.wrapper.signer.message.InputScriptResp
-
Setter for list of inputScripts.
- setInvoices(int, LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- setInvoices(int, LightningApi.Invoice.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
A list of invoices from the time slice of the time series specified in the
request.
- setInvoices(List<Invoice>) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Setter for list of invoices.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
-
Setter for key.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Setter for key.
- setKeyDesc(SignerOuterClass.KeyDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- setKeyDesc(SignerOuterClass.KeyDescriptor.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A descriptor that precisely describes *which* key to use for signing.
- setKeyDesc(KeyDescriptor) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for list of keyDesc.
- setKeyFamily(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
/ The family of key being identified.
- setKeyFamily(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
The target key family to derive a key from.
- setKeyFamily(int) - Method in class org.lightningj.lnd.wrapper.signer.message.KeyLocator
-
Setter for keyFamily.
- setKeyFamily(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.KeyReq
-
Setter for keyFamily.
- setKeyFingerPrint(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
Is the key finger print of the root pubkey that this request is targeting.
- setKeyFingerPrint(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.KeyReq
-
Setter for keyFingerPrint.
- setKeyIndex(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
/ The precise index of the key being identified.
- setKeyIndex(int) - Method in class org.lightningj.lnd.wrapper.signer.message.KeyLocator
-
Setter for keyIndex.
- setKeyLoc(SignerOuterClass.KeyLocator) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- setKeyLoc(SignerOuterClass.KeyLocator.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The key locator that identifies which key to use for signing.
- setKeyLoc(KeyLocator) - Method in class org.lightningj.lnd.wrapper.signer.message.KeyDescriptor
-
Setter for list of keyLoc.
- setLastFailTime(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Time stamp of last failure.
- setLastFailTime(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Time stamp of last failure.
- setLastFailTime(long) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Setter for last_fail_time.
- setLastFailTime(long) - Method in class org.lightningj.lnd.wrapper.router.message.NodeHistory
-
Setter for last_fail_time.
- setLastIndexOffset(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
The index of the last item in the set of returned invoices.
- setLastIndexOffset(long) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Setter for last_index_offset.
- setLastOffsetIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ The index of the last time in the set of returned forwarding events.
- setLastOffsetIndex(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Setter for last_offset_index.
- setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
Deprecated.
- setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
uint32 last_update = 1[json_name = "last_update"];
- setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 last_update = 7[json_name = "last_update"];
- setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for last_update.
- setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for last_update.
- setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for last_update.
- setLevelSpec(String) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- setLevelSpec(String) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Setter for levelSpec.
- setLevelSpecBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- setLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The balance in satoshis encumbered in this pending channel
- setLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The balance in satoshis encumbered in this channel
- setLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for limbo_balance.
- setLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Setter for limbo_balance.
- setListeners(int, String) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The listening addresses of the watchtower.
- setListeners(List<String>) - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Setter for list of listeners.
- setLocalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ This node's current balance in this channel
- setLocalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 local_balance = 4[json_name = "local_balance"];
- setLocalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for local_balance.
- setLocalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for local_balance.
- setLocalChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The minimum satoshis this node is required to reserve in its balance.
- setLocalChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
/ The minimum satoshis this node is required to reserve in its balance.
- setLocalChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for local_chan_reserve_sat.
- setLocalChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for local_chan_reserve_sat.
- setLocalForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool local_force = 2;
- setLocalForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for localForce.
- setLocalFundingAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis the wallet should commit to the channel
- setLocalFundingAmount(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for local_funding_amount.
- setMaturityHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The height at which funds can be swept into the wallet
- setMaturityHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The next block height at which we can spend the current stage
- setMaturityHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for maturity_height.
- setMaturityHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for maturity_height.
- setMaxChannelSize(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- setMaxChannelSize(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for max_channel_size.
- setMaxConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
/ The maximum number of confirmations to be included.
- setMaxConfs(int) - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Setter for maxConfs.
- setMaxHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint64 max_htlc_msat = 6[json_name = "max_htlc_msat"];
- setMaxHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for max_htlc_msat.
- setMaxOutDegree(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- setMaxOutDegree(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for max_out_degree.
- setMedianChannelSizeSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 median_channel_size_sat = 10[json_name = "median_channel_size_sat"];
- setMedianChannelSizeSat(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for median_channel_size_sat.
- setMemo(String) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- setMemo(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- setMemo(String) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for memo.
- setMemo(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for memo.
- setMemoBytes(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
An optional memo to attach along with the invoice.
- setMemoBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- setMessageFlags(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The bitfield that describes whether optional fields are present in this
update.
- setMessageFlags(int) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for messageFlags.
- setMinChannelSize(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- setMinChannelSize(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for min_channel_size.
- setMinConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
/ The minimum number of confirmations to be included.
- setMinConfs(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The minimum number of confirmations each one of your outputs used for the funding transaction must satisfy.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.message.ListUnspentRequest
-
Setter for minConfs.
- setMinConfs(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for min_confs.
- setMinHtlc(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 min_htlc = 2[json_name = "min_htlc"];
- setMinHtlc(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for min_htlc.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for min_htlc_msat.
- setMinPenalizeAmtSat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Minimum penalization amount.
- setMinPenalizeAmtSat(long) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Setter for min_penalize_amt_sat.
- setMonthFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- setMonthFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for month_fee_sum.
- setMsg(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
/ The message to be signed
- setMsg(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The message over which the signature is to be verified
- setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Setter for msg.
- setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Setter for msg.
- setMultiChanBackup(LightningApi.MultiChanBackup) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- setMultiChanBackup(LightningApi.MultiChanBackup.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
A multi-channel backup that covers all open channels currently known to
lnd.
- setMultiChanBackup(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
A single encrypted blob containing all the static channel backups of the
channel listed above.
- setMultiChanBackup(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
bytes multi_chan_backup = 2[json_name = "multi_chan_backup"];
- setMultiChanBackup(MultiChanBackup) - Method in class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Setter for list of multi_chan_backup.
- setMultiChanBackup(byte[]) - Method in class org.lightningj.lnd.wrapper.message.MultiChanBackup
-
Setter for multi_chan_backup.
- setMultiChanBackup(byte[]) - Method in class org.lightningj.lnd.wrapper.message.RestoreChanBackupRequest
-
Setter for multi_chan_backup.
- setNetwork(String) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The network the node is on (eg regtest, testnet, mainnet)
- setNetwork(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- setNetwork(String) - Method in class org.lightningj.lnd.wrapper.message.Chain
-
Setter for network.
- setNetwork(String) - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Setter for network.
- setNetworkBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
/ The network the node is on (eg regtest, testnet, mainnet)
- setNetworkBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- setNewPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
new_password should be the new passphrase that will be needed to unlock the
daemon.
- setNewPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChangePasswordRequest
-
Setter for newPassword.
- setNextBroadcastHeight(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The next height of the chain at which we'll attempt to broadcast the
sweep transaction of the output.
- setNextBroadcastHeight(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for next_broadcast_height.
- setNode(LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- setNode(LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- setNode(LightningNode) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for list of node.
- setNode1Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- setNode1Policy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- setNode1Policy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for list of node1_policy.
- setNode1Pub(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- setNode1Pub(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for node1_pub.
- setNode1PubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- setNode2Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- setNode2Policy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- setNode2Policy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for list of node2_policy.
- setNode2Pub(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- setNode2Pub(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for node2_pub.
- setNode2PubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- setNodeId(String) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- setNodeId(String) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for node_id.
- setNodeIdBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- setNodePubkey(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The pubkey of the node to open a channel with
- setNodePubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for node_pubkey.
- setNodePubkeyString(String) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- setNodePubkeyString(String) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for node_pubkey_string.
- setNodePubkeyStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- setNodes(int, LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- setNodes(int, LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- setNodes(int, RouterOuterClass.NodeHistory) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- setNodes(int, RouterOuterClass.NodeHistory.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
repeated .routerrpc.NodeHistory nodes = 1;
- setNodes(List<LightningNode>) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Setter for list of nodes.
- setNodes(List<NodeHistory>) - Method in class org.lightningj.lnd.wrapper.router.message.QueryMissionControlResponse
-
Setter for list of nodes.
- setNodeUpdates(int, LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- setNodeUpdates(int, LightningApi.NodeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- setNodeUpdates(List<NodeUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of nodeUpdates.
- setNumActiveChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of active channels
- setNumActiveChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for num_active_channels.
- setNumChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_channels = 5[json_name = "num_channels"];
- setNumChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ The total number of channels for the node.
- setNumChannels(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for num_channels.
- setNumChannels(int) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for num_channels.
- setNumConfirmations(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The number of confirmations
- setNumConfirmations(int) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for num_confirmations.
- setNumConfs(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The number of desired confirmations the transaction/output script should
reach before dispatching a confirmation notification.
- setNumConfs(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Setter for numConfs.
- setNumConfsLeft(int) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
uint32 num_confs_left = 3;
- setNumConfsLeft(int) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for numConfsLeft.
- setNumInactiveChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of inactive channels
- setNumInactiveChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for num_inactive_channels.
- setNumMaxEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ The max number of events to return in the response to this query.
- setNumMaxEvents(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for num_max_events.
- setNumMaxInvoices(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
/ The max number of invoices to return in the response to this query.
- setNumMaxInvoices(long) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for num_max_invoices.
- setNumNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- setNumNodes(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for num_nodes.
- setNumPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of peers
- setNumPeers(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for num_peers.
- setNumPendingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of pending channels
- setNumPendingChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for num_pending_channels.
- setNumSatoshis(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- setNumSatoshis(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for num_satoshis.
- setNumUpdates(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of updates conducted within this channel.
- setNumUpdates(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for num_updates.
- setNumZombieChans(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
The number of edges marked as zombies.
- setNumZombieChans(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for num_zombie_chans.
- setOnionSha256(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
/ The sha256 sum of the onion payload.
- setOnionSha256(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.Failure
-
Setter for onionSha256.
- setOpenChannel(LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- setOpenChannel(LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.Channel open_channel = 1[json_name = "open_channel"];
- setOpenChannel(Channel) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for list of open_channel.
- setOtherChanSuccessProb(float) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Estimation of success probability for channels not in the channel array.
- setOtherChanSuccessProb(float) - Method in class org.lightningj.lnd.wrapper.router.message.NodeHistory
-
Setter for other_chan_success_prob.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
The channel id of the channel that must be taken to the first hop.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for outgoingChanId.
- setOutgoingChanId(long) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for outgoingChanId.
- setOutpoint(ChainNotifierOuterClass.Outpoint) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- setOutpoint(ChainNotifierOuterClass.Outpoint.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The outpoint for which we should request a spend notification for.
- setOutpoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The outpoint in format txid:n
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The outpoint in format txid:n
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The input we're attempting to bump the fee of.
- setOutpoint(LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- setOutpoint(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The outpoint of the output we're attempting to sweep.
- setOutpoint(Outpoint) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Setter for list of outpoint.
- setOutpoint(String) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for list of outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Setter for list of outpoint.
- setOutpoint(OutPoint) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for list of outpoint.
- setOutpointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- setOutput(SignerOuterClass.TxOut) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- setOutput(SignerOuterClass.TxOut.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A description of the output being spent.
- setOutput(TxOut) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for list of output.
- setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ The index of the output of the funding transaction
- setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ The index of the output on the transaction.
- setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
uint32 output_index = 2[json_name = "output_index"];
- setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for output_index.
- setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Setter for output_index.
- setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Setter for output_index.
- setOutputs(int, SignerOuterClass.TxOut) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- setOutputs(int, SignerOuterClass.TxOut.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
A slice of the outputs that should be created in the transaction produced.
- setOutputs(List<TxOut>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Setter for list of outputs.
- setPath(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- setPath(List<String>) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for list of path.
- setPaymentError(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- setPaymentError(String) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for payment_error.
- setPaymentErrorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
/ Hash corresponding to the (hold) invoice to cancel.
- setPaymentHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- setPaymentHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hash to use within the payment's HTLC
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_hash = 4[json_name = "payment_hash"];
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ The payment hash to use for the HTLC.
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
/ The hash to use within the payment's HTLC
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ The payment hash to use for the HTLC.
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
/ The hash of the payment to look up.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.CancelInvoiceMsg
-
Setter for paymentHash.
- setPaymentHash(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for payment_hash.
- setPaymentHash(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for payment_hash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for payment_hash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Setter for paymentHash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.TrackPaymentRequest
-
Setter for paymentHash.
- setPaymentHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- setPaymentHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- setPaymentHashString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- setPaymentHashString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- setPaymentHashString(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentHashString.
- setPaymentHashString(String) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Setter for paymentHashString.
- setPaymentHashStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- setPaymentHashStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ An optional hex-encoded payment hash to be used for the HTLC.
- setPaymentPreimage(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- setPaymentPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- setPaymentPreimage(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for payment_preimage.
- setPaymentPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for payment_preimage.
- setPaymentPreimageBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- setPaymentRequest(String) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The optional payment request being fulfilled.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceResp
-
Setter for payment_request.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for payment_request.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for payment_request.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for payment_request.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentRequest.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for paymentRequest.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The optional payment request being fulfilled.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRoute(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- setPaymentRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- setPaymentRoute(Route) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for list of payment_route.
- setPayments(int, LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- setPayments(int, LightningApi.Payment.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- setPayments(List<Payment>) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Setter for list of payments.
- setPayReq(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- setPayReq(String) - Method in class org.lightningj.lnd.wrapper.message.PayReqString
-
Setter for payReq.
- setPayReqBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- setPeers(int, LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- setPeers(int, LightningApi.Peer.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- setPeers(List<Peer>) - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
-
Setter for list of peers.
- setPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- setPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- setPendingClosingChannels(List<PendingChannelsResponse.ClosedChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pending_closing_channels.
- setPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- setPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- setPendingForceClosingChannels(List<PendingChannelsResponse.ForceClosedChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pending_force_closing_channels.
- setPendingHtlcs(int, LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- setPendingHtlcs(int, LightningApi.HTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- setPendingHtlcs(int, LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- setPendingHtlcs(int, LightningApi.PendingHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- setPendingHtlcs(List<HTLC>) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for list of pending_htlcs.
- setPendingHtlcs(List<PendingHTLC>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for list of pending_htlcs.
- setPendingOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
/ If set, only unsettled invoices will be returned in the response.
- setPendingOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for pending_only.
- setPendingOpenBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels pending balances denominated in satoshis
- setPendingOpenBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for pending_open_balance.
- setPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- setPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- setPendingOpenChannels(List<PendingChannelsResponse.PendingOpenChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pending_open_channels.
- setPendingSweeps(int, WalletKitOuterClass.PendingSweep) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- setPendingSweeps(int, WalletKitOuterClass.PendingSweep.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
The set of outputs currently being swept by lnd's central batching engine.
- setPendingSweeps(List<PendingSweep>) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweepsResponse
-
Setter for list of pending_sweeps.
- setPercent(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
/ The fee limit expressed as a percentage of the payment amount.
- setPercent(long) - Method in class org.lightningj.lnd.wrapper.message.FeeLimit
-
Setter for percent.
- setPerformValidation(boolean) - Method in class org.lightningj.lnd.wrapper.API
-
- setPerm(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- setPerm(boolean) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Setter for perm.
- setPingTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Ping time to this peer
- setPingTime(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for ping_time.
- setPkScript(String) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The pkscript in hex
- setPkScript(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
/ The script of the output being spent.
- setPkScript(String) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for pk_script.
- setPkScript(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.TxOut
-
Setter for pkScript.
- setPkScriptBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The pkscript in hex
- setPreimage(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
/ Externally discovered pre-image that should be used to settle the hold invoice.
- setPreimage(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The pre-image of the payment when state is SUCCEEDED.
- setPreimage(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
/ The preimage obtained by making the payment.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Setter for preimage.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Setter for preimage.
- setPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteResponse
-
Setter for preimage.
- setPrivate(boolean) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ Whether this invoice should include routing hints for private channels.
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is advertised to the network or not.
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Whether this invoice should include routing hints for private channels.
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ Whether this channel should be private, not announced to the greater network.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for private.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for private.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for private.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for private.
- setPrivateOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool private_only = 4;
- setPrivateOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for privateOnly.
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- setPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- setPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- setPubkey(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
/ Node pubkey
- setPubkey(ByteString) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The public key of the watchtower.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
-
Setter for pub_key.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for pub_key.
- setPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Setter for pubkey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for pub_key.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Setter for pubKey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for pub_key.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for pubKey.
- setPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Setter for pubkey.
- setPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.NodeHistory
-
Setter for pubkey.
- setPubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Setter for pubkey.
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
An optional public key of the hop.
- setPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- setPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- setPubkeys(int, String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
repeated string pubkeys = 1[json_name = "pubkeys"];
- setPubkeys(List<String>) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresRequest
-
Setter for list of pubkeys.
- setPublicOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool public_only = 3;
- setPublicOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for publicOnly.
- setPublishError(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- setPublishError(String) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PublishResponse
-
Setter for publishError.
- setPublishErrorBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
If blank, then no error occurred and the transaction was successfully
published.
- setPushSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- setPushSat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for push_sat.
- setRawKeyBytes(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
The raw bytes of the key being identified.
- setRawKeyBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.KeyDescriptor
-
Setter for rawKeyBytes.
- setRawSigs(int, ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
A set of signatures realized in a fixed 64-byte format ordered in ascending
input order.
- setRawSigs(List<byte[]>) - Method in class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Setter for list of rawSigs.
- setRawSpendingTx(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The raw bytes of the spending transaction.
- setRawSpendingTx(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for rawSpendingTx.
- setRawTx(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The raw bytes of the confirmed transaction.
- setRawTx(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
The serialized transaction sent out on the network.
- setRawTx(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Setter for rawTx.
- setRawTx(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsResponse
-
Setter for rawTx.
- setRawTxBytes(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ The raw bytes of the transaction to be signed.
- setRawTxBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Setter for rawTxBytes.
- setRawTxHex(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The raw transaction hex.
- setRawTxHex(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for raw_tx_hex.
- setRawTxHexBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The raw transaction hex.
- setReceipt(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- setReceipt(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for receipt.
- setRecoveredBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The total value of funds successfully recovered from this channel
- setRecoveredBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for recovered_balance.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for recoveryWindow.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Setter for recoveryWindow.
- setRemoteBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The counterparty's current balance in this channel
- setRemoteBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 remote_balance = 5[json_name = "remote_balance"];
- setRemoteBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for remote_balance.
- setRemoteBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for remote_balance.
- setRemoteChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The minimum satoshis the other node is required to reserve in its balance.
- setRemoteChanReserveSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
The minimum satoshis the other node is required to reserve in its
balance.
- setRemoteChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for remote_chan_reserve_sat.
- setRemoteChanReserveSat(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for remote_chan_reserve_sat.
- setRemoteCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The delay we require on the remote's commitment transaction.
- setRemoteCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for remote_csv_delay.
- setRemoteForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
bool remote_force = 3;
- setRemoteForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelsRequest
-
Setter for remoteForce.
- setRemoteNodePub(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- setRemoteNodePub(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for remote_node_pub.
- setRemoteNodePubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- setRemotePubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- setRemotePubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Public key of the remote peer that we formerly had a channel with.
- setRemotePubkey(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for remote_pubkey.
- setRemotePubkey(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for remote_pubkey.
- setRemotePubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- setRemotePubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Public key of the remote peer that we formerly had a channel with.
- setReorg(ChainNotifierOuterClass.Reorg) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- setReorg(ChainNotifierOuterClass.Reorg.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
An event send when the transaction of the request is reorged out of the
chain.
- setReorg(ChainNotifierOuterClass.Reorg) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- setReorg(ChainNotifierOuterClass.Reorg.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event sent when the spending transaction of the request was
reorged out of the chain.
- setReorg(Reorg) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfEvent
-
Setter for list of reorg.
- setReorg(Reorg) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Setter for list of reorg.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- setRepeatedValue(JsonObjectBuilder, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
-
Method to create json array of a repeated field.
- setResults(int, AutopilotOuterClass.QueryScoresResponse.HeuristicResult) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- setResults(int, AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1[json_name = "results"];
- setResults(List<QueryScoresResponse.HeuristicResult>) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse
-
Setter for list of results.
- setReversed(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
If set, the invoices returned will result from seeking backwards from the
specified index offset.
- setReversed(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for reversed.
- setRHash(ByteString) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
/ Hash corresponding to the (hold) invoice to subscribe to.
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
bytes r_hash = 1[json_name = "r_hash"];
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The hash of the preimage
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
/ The payment hash of the invoice to be looked up.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Setter for r_hash.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for r_hash.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for r_hash.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Setter for r_hash.
- setRHashStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- setRHashStr(String) - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Setter for r_hash_str.
- setRHashStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- setRoute(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- setRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- setRoute(LightningApi.Route) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The taken route when state is SUCCEEDED.
- setRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
The taken route when state is SUCCEEDED.
- setRoute(LightningApi.Route) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- setRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
/ Route that should be used to attempt to complete the payment.
- setRoute(Route) - Method in class org.lightningj.lnd.wrapper.message.SendToRouteRequest
-
Setter for list of route.
- setRoute(Route) - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Setter for list of route.
- setRoute(Route) - Method in class org.lightningj.lnd.wrapper.router.message.SendToRouteRequest
-
Setter for list of route.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
Optional route hints to reach the destination through private channels.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for list of route_hints.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for list of route_hints.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for list of route_hints.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for list of route_hints.
- setRoutes(int, LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- setRoutes(int, LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- setRoutes(List<Route>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
-
Setter for list of routes.
- setRoutingFeeMsat(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
A lower bound of the estimated fee to the target destination within the
network, expressed in milli-satoshis.
- setRoutingFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeResponse
-
Setter for routingFeeMsat.
- setRoutingPolicy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- setRoutingPolicy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- setRoutingPolicy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for list of routingPolicy.
- setRPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- setRPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for r_preimage.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- setSatPerByte(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The fee rate, expressed in sat/byte, that should be used to spend the input
with.
- setSatPerByte(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The fee rate we'll use to sweep the output.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for satPerByte.
- setSatPerByte(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Setter for sat_per_byte.
- setSatPerByte(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for sat_per_byte.
- setSatPerKw(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
- setSatPerKw(long) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
The number of satoshis per kilo weight that should be used when crafting
this transaction.
- setSatPerKw(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.EstimateFeeResponse
-
Setter for satPerKw.
- setSatPerKw(long) - Method in class org.lightningj.lnd.wrapper.walletkit.message.SendOutputsRequest
-
Setter for satPerKw.
- setSatRecv(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis received from this peer
- setSatRecv(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for sat_recv.
- setSatSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis sent to this peer
- setSatSent(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for sat_sent.
- setScores(AutopilotOuterClass.SetScoresRequest) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotBlockingStub
-
SetScores attempts to set the scores used by the running autopilot agent,
if the external scoring heuristic is enabled.
- setScores(AutopilotOuterClass.SetScoresRequest) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotFutureStub
-
SetScores attempts to set the scores used by the running autopilot agent,
if the external scoring heuristic is enabled.
- setScores(AutopilotOuterClass.SetScoresRequest, StreamObserver<AutopilotOuterClass.SetScoresResponse>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotImplBase
-
SetScores attempts to set the scores used by the running autopilot agent,
if the external scoring heuristic is enabled.
- setScores(AutopilotOuterClass.SetScoresRequest, StreamObserver<AutopilotOuterClass.SetScoresResponse>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotStub
-
SetScores attempts to set the scores used by the running autopilot agent,
if the external scoring heuristic is enabled.
- setScores(String, Map<String, Double>, StreamObserver<SetScoresResponse>) - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
Method to generate a setScores request.
- setScores(SetScoresRequest, StreamObserver<SetScoresResponse>) - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
Method to send a setScores request.
- setScores(Map<String, Double>) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Populates scores with all the values in the map.
- setScores(Map<String, Double>) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Populates scores with all the values in the map.
- setScores(String, Map<String, Double>) - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Method to generate a setScores request.
- setScores(SetScoresRequest) - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Method to send a setScores request.
- setScoresEntries(QueryScoresResponse.HeuristicResult.ScoresEntries) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult
-
Sets a wrapped list of entries, used for XML conversion.
- setScoresEntries(SetScoresRequest.ScoresEntries) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Sets a wrapped list of entries, used for XML conversion.
- SetScoresRequest - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapper class for SetScoresRequest.
- SetScoresRequest() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Empty Constructor
- SetScoresRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Json Parsing Constructor
- SetScoresRequest(AutopilotOuterClass.SetScoresRequest) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest
-
Constructor using underlying Lightning API Object
- SetScoresRequest.ScoresEntries - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapping class used for conversion between Map and XML notation.
- SetScoresRequest.ScoresEntry - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Inner class ScoresEntry for class SetScoresRequest.
- SetScoresResponse - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapper class for SetScoresResponse.
- SetScoresResponse() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresResponse
-
Empty Constructor
- SetScoresResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresResponse
-
Json Parsing Constructor
- SetScoresResponse(AutopilotOuterClass.SetScoresResponse) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.SetScoresResponse
-
Constructor using underlying Lightning API Object
- setScript(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
An output script within a transaction with the hash above which will be used
by light clients to match block filters.
- setScript(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
The output script for the outpoint above.
- setScript(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Setter for script.
- setScript(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Setter for script.
- setSeedEntropy(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- setSeedEntropy(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Setter for seedEntropy.
- setSendAll(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
If set, then the amount field will be ignored, and lnd will attempt to
send all the coins under control of the internal wallet to the specified
address.
- setSendAll(boolean) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for sendAll.
- setSettled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Deprecated.
- setSettled(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for settled.
- setSettleDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was settled
- setSettleDate(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for settle_date.
- setSettledBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ Settled balance at the time of channel closure
- setSettledBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for settled_balance.
- setSettleIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The "settle" index of this invoice.
- setSettleIndex(long) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
If specified (non-zero), then we'll first start by sending out
notifications for all settled indexes with an settle_index greater than
this value.
- setSettleIndex(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for settle_index.
- setSettleIndex(long) - Method in class org.lightningj.lnd.wrapper.message.InvoiceSubscription
-
Setter for settle_index.
- setShow(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
bool show = 1;
- setShow(boolean) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Setter for show.
- setSighash(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The target sighash type that should be used when generating the final
sighash, and signature.
- setSighash(int) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for sighash.
- setSignature(String) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- setSignature(String) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- setSignature(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The signature that validates the announced data and proves the ownership
of node id.
- setSignature(String) - Method in class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Setter for signature.
- setSignature(String) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Setter for signature.
- setSignature(byte[]) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for signature.
- setSignatureBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- setSignatureBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- setSignDescs(int, SignerOuterClass.SignDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- setSignDescs(int, SignerOuterClass.SignDescriptor.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
/ A set of sign descriptors, for each input to be signed.
- setSignDescs(List<SignDescriptor>) - Method in class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Setter for list of signDescs.
- setSigScript(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
The optional sig script for the specified witness that will only be set if
the input specified is a nested p2sh witness program.
- setSigScript(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.InputScript
-
Setter for sigScript.
- setSingleChanBackups(LightningApi.ChannelBackups) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- setSingleChanBackups(LightningApi.ChannelBackups.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
The set of new channels that have been added since the last channel backup
snapshot was requested.
- setSingleChanBackups(ChannelBackups) - Method in class org.lightningj.lnd.wrapper.message.ChanBackupSnapshot
-
Setter for list of single_chan_backups.
- setSingleTweak(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
A scalar value that will be added to the private key corresponding to the
above public key to obtain the private key to be used to sign this input.
- setSingleTweak(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for singleTweak.
- setSingleValue(JsonObjectBuilder, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
-
Sets a json value of an non repeated nor mapped field.
- setSourcePubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- setSourcePubKey(String) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for sourcePubKey.
- setSourcePubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
The source node where the request route should originated from.
- setSpend(ChainNotifierOuterClass.SpendDetails) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- setSpend(ChainNotifierOuterClass.SpendDetails.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
An event that includes the details of the spending transaction of the
request (outpoint/output script).
- setSpend(SpendDetails) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Setter for list of spend.
- setSpendingHeight(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The height at which the spending transaction was included in a block.
- setSpendingHeight(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for spendingHeight.
- setSpendingInputIndex(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The input of the spending transaction that fulfilled the spend request.
- setSpendingInputIndex(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for spendingInputIndex.
- setSpendingOutpoint(ChainNotifierOuterClass.Outpoint) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- setSpendingOutpoint(ChainNotifierOuterClass.Outpoint.Builder) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The outpoint was that spent.
- setSpendingOutpoint(Outpoint) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for list of spendingOutpoint.
- setSpendingTxHash(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
The hash of the spending transaction.
- setSpendingTxHash(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Setter for spendingTxHash.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ Whether unconfirmed outputs should be used as inputs for the funding transaction.
- setSpendUnconfirmed(boolean) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for spend_unconfirmed.
- setStage(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ Indicates whether the htlc is in its first or second stage of recovery
- setStage(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for stage.
- setStartTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Start time is the starting point of the forwarding history request.
- setStartTime(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for start_time.
- setState(LightningApi.Invoice.InvoiceState) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- setState(RouterOuterClass.PaymentState) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
/ Current state the payment is in.
- setState(Invoice.InvoiceState) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for state.
- setState(PaymentState) - Method in class org.lightningj.lnd.wrapper.router.message.PaymentStatus
-
Setter for state.
- setStateValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The state the invoice is in.
- setStateValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
/ Current state the payment is in.
- setStatus(LightningApi.Payment.PaymentStatus) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- setStatus(Payment.PaymentStatus) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for status.
- setStatusValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
The status of the payment.
- setSubSystems(String) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- setSubSystems(String) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelResponse
-
Setter for sub_systems.
- setSubSystemsBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- setSuccess(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bool success = 2[json_name = "success"];
- setSuccess(boolean) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Setter for success.
- setSuccessProb(float) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
/ Estimation of success probability for this channel.
- setSuccessProb(float) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelHistory
-
Setter for success_prob.
- setSyncedToChain(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Whether the wallet's view is synced to the main chain
- setSyncedToChain(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for synced_to_chain.
- setSyncType(LightningApi.Peer.SyncType) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- setSyncType(Peer.SyncType) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for sync_type.
- setSyncTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
The type of sync we are currently performing with this peer.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ The target number of blocks that the closure transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The target number of blocks that the funding transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
The target number of blocks that the input should be spent within.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.walletkit.message.BumpFeeRequest
-
Setter for target_conf.
- setTestnet(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
Deprecated.
- setTestnet(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for testnet.
- setTimeLockDelay(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
An estimate of the worst case time delay that can occur.
- setTimeLockDelay(long) - Method in class org.lightningj.lnd.wrapper.router.message.RouteFeeResponse
-
Setter for timeLockDelay.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The required timelock delta for HTLCs forwarded over the channel.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
The minimum number of blocks this node requires to be added to the expiry
of HTLCs.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for time_lock_delta.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for time_lock_delta.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for timeLockDelta.
- setTimeLockedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
/ The sum of all the time-locked outputs at the time of channel closure
- setTimeLockedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseSummary
-
Setter for time_locked_balance.
- setTimeoutSeconds(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
An upper limit on the amount of time we should spend when attempting to
fulfill the payment.
- setTimeoutSeconds(int) - Method in class org.lightningj.lnd.wrapper.router.message.SendPaymentRequest
-
Setter for timeoutSeconds.
- setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 timestamp = 4[json_name = "timestamp"];
- setTimeStamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Timestamp of this transaction
- setTimestamp(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
A timestamp that allows ordering in the case of multiple announcements.
- setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for timestamp.
- setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for timestamp.
- setTimeStamp(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for time_stamp.
- setTimestamp(int) - Method in class org.lightningj.lnd.wrapper.router.message.ChannelUpdate
-
Setter for timestamp.
- SETTLE_DATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- SETTLE_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- SETTLE_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- SETTLED_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
-
- SETTLED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- SETTLED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
-
SETTLED = 1;
- settleInvoice(InvoicesOuterClass.SettleInvoiceMsg) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesBlockingStub
-
SettleInvoice settles an accepted invoice.
- settleInvoice(InvoicesOuterClass.SettleInvoiceMsg) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesFutureStub
-
SettleInvoice settles an accepted invoice.
- settleInvoice(InvoicesOuterClass.SettleInvoiceMsg, StreamObserver<InvoicesOuterClass.SettleInvoiceResp>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesImplBase
-
SettleInvoice settles an accepted invoice.
- settleInvoice(InvoicesOuterClass.SettleInvoiceMsg, StreamObserver<InvoicesOuterClass.SettleInvoiceResp>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesStub
-
SettleInvoice settles an accepted invoice.
- settleInvoice(byte[], StreamObserver<SettleInvoiceResp>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to generate a settleInvoice request.
- settleInvoice(SettleInvoiceMsg, StreamObserver<SettleInvoiceResp>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to send a settleInvoice request.
- settleInvoice(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to generate a settleInvoice request.
- settleInvoice(SettleInvoiceMsg) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to send a settleInvoice request.
- SettleInvoiceMsg - Class in org.lightningj.lnd.wrapper.invoices.message
-
Wrapper class for SettleInvoiceMsg.
- SettleInvoiceMsg() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Empty Constructor
- SettleInvoiceMsg(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Json Parsing Constructor
- SettleInvoiceMsg(InvoicesOuterClass.SettleInvoiceMsg) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceMsg
-
Constructor using underlying Lightning API Object
- SettleInvoiceResp - Class in org.lightningj.lnd.wrapper.invoices.message
-
Wrapper class for SettleInvoiceResp.
- SettleInvoiceResp() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceResp
-
Empty Constructor
- SettleInvoiceResp(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceResp
-
Json Parsing Constructor
- SettleInvoiceResp(InvoicesOuterClass.SettleInvoiceResp) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SettleInvoiceResp
-
Constructor using underlying Lightning API Object
- setTotalAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- setTotalAmt(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_amt.
- setTotalAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total amount in millisatoshis.
- setTotalAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_amt_msat.
- setTotalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The balance of the wallet
- setTotalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for total_balance.
- setTotalCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
/ The sum of all channels capacity for the node, denominated in satoshis.
- setTotalCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for total_capacity.
- setTotalFees(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- setTotalFees(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Fees paid for this transaction
- setTotalFees(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_fees.
- setTotalFees(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for total_fees.
- setTotalFeesMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total fees in millisatoshis.
- setTotalFeesMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_fees_msat.
- setTotalLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ The balance in satoshis encumbered in pending channels
- setTotalLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for total_limbo_balance.
- setTotalNetworkCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- setTotalNetworkCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for total_network_capacity.
- setTotalSatoshisReceived(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've received within this channel.
- setTotalSatoshisReceived(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for total_satoshis_received.
- setTotalSatoshisSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've sent within this channel.
- setTotalSatoshisSent(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for total_satoshis_sent.
- setTotalTimeLock(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The cumulative (final) time lock across the entire route.
- setTotalTimeLock(int) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_time_lock.
- setTransactions(int, LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- setTransactions(int, LightningApi.Transaction.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- setTransactions(List<Transaction>) - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
-
Setter for list of transactions.
- setTxHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- setTxHash(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for tx_hash.
- setTxHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- setTxHex(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
The raw serialized transaction.
- setTxHex(byte[]) - Method in class org.lightningj.lnd.wrapper.walletkit.message.Transaction
-
Setter for txHex.
- setTxid(ByteString) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
The transaction hash for which we should request a confirmation notification
for.
- setTxid(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
bytes txid = 1[json_name = "txid"];
- setTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- setTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- setTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfRequest
-
Setter for txid.
- setTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Setter for txid.
- setTxid(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Setter for txid.
- setTxid(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Setter for txid.
- setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ Raw bytes representing the transaction id.
- setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- setTxidBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Setter for txid_bytes.
- setTxidStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ Reversed, hex-encoded string representing the transaction id.
- setTxidStr(String) - Method in class org.lightningj.lnd.wrapper.message.OutPoint
-
Setter for txid_str.
- setTxidStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
/ Reversed, hex-encoded string representing the transaction id.
- setTxIndex(int) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
The index of the confirmed transaction within the transaction.
- setTxIndex(int) - Method in class org.lightningj.lnd.wrapper.chainnotifier.message.ConfDetails
-
Setter for txIndex.
- setType(LightningApi.ChannelEventUpdate.UpdateType) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- setType(LightningApi.AddressType) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- setType(LightningApi.AddressType) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The type of address
- setType(ChannelEventUpdate.UpdateType) - Method in class org.lightningj.lnd.wrapper.message.ChannelEventUpdate
-
Setter for type.
- setType(AddressType) - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
-
Setter for type.
- setType(AddressType) - Method in class org.lightningj.lnd.wrapper.message.Utxo
-
Setter for address_type.
- setTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
.lnrpc.ChannelEventUpdate.UpdateType type = 5[json_name = "type"];
- setTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- setTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
/ The type of address
- setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for unconfirmed_balance.
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChangePasswordResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.Failure.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.NodeHistory.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
- setUnsettledBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The unsettled balance in this channel
- setUnsettledBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for unsettled_balance.
- setUris(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- setUris(int, String) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
-
/ The URIs of the watchtower.
- setUris(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for list of uris.
- setUris(List<String>) - Method in class org.lightningj.lnd.wrapper.watchtower.message.GetInfoResponse
-
Setter for list of uris.
- setUseMissionControl(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
If set to true, edge probabilities from mission control will be used to get
the optimal route.
- setUseMissionControl(boolean) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for useMissionControl.
- setUtxos(int, LightningApi.Utxo) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- setUtxos(int, LightningApi.Utxo.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
-
/ A list of utxos
- setUtxos(List<Utxo>) - Method in class org.lightningj.lnd.wrapper.message.ListUnspentResponse
-
Setter for list of utxos.
- setValid(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ Whether the signature was valid over the given message
- setValid(boolean) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Setter for valid.
- setValue(long) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
-
/ The value of this invoice in satoshis
- setValue(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The value of this invoice in satoshis
- setValue(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
Deprecated.
- setValue(long) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
-
/ The value of the output being spent.
- setValue(double) - Method in class org.lightningj.lnd.wrapper.autopilot.message.QueryScoresResponse.HeuristicResult.ScoresEntry
-
Setter for value.
- setValue(double) - Method in class org.lightningj.lnd.wrapper.autopilot.message.SetScoresRequest.ScoresEntry
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.signer.message.TxOut
-
Setter for value.
- setValueMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The value of the payment in milli-satoshis
- setValueMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for value_msat.
- setValueSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The value of the payment in satoshis
- setValueSat(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for value_sat.
- setVersion(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- setVersion(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for version.
- setVersionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- setWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- setWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- setWaitingCloseChannels(List<PendingChannelsResponse.WaitingCloseChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of waiting_close_channels.
- setWalletPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- setWalletPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
wallet_password should be the current valid passphrase for the daemon.
- setWalletPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for walletPassword.
- setWalletPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Setter for walletPassword.
- setWeekFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- setWeekFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for week_fee_sum.
- setWitness(int, ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
-
/ The serializes witness stack for the specified input.
- setWitness(List<byte[]>) - Method in class org.lightningj.lnd.wrapper.signer.message.InputScript
-
Setter for list of witness.
- setWitnessScript(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
-
The full script required to properly redeem the output.
- setWitnessScript(byte[]) - Method in class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Setter for witnessScript.
- setWitnessType(WalletKitOuterClass.WitnessType) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- setWitnessType(WitnessType) - Method in class org.lightningj.lnd.wrapper.walletkit.message.PendingSweep
-
Setter for witness_type.
- setWitnessTypeValue(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
-
The witness type of the output we're attempting to sweep.
- SHOW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- SIG_SCRIPT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript
-
- SIGHASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- SIGN_DESCS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelUpdate
-
- SignDescriptor - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SignDescriptor.
- SignDescriptor() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Empty Constructor
- SignDescriptor(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Json Parsing Constructor
- SignDescriptor(SignerOuterClass.SignDescriptor) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignDescriptor
-
Constructor using underlying Lightning API Object
- SignerGrpc - Class in org.lightningj.lnd.signer.proto
-
- SignerGrpc.SignerBlockingStub - Class in org.lightningj.lnd.signer.proto
-
- SignerGrpc.SignerFutureStub - Class in org.lightningj.lnd.signer.proto
-
- SignerGrpc.SignerImplBase - Class in org.lightningj.lnd.signer.proto
-
- SignerGrpc.SignerStub - Class in org.lightningj.lnd.signer.proto
-
- SignerImplBase() - Constructor for class org.lightningj.lnd.signer.proto.SignerGrpc.SignerImplBase
-
- SignerOuterClass - Class in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.InputScript - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.InputScript
- SignerOuterClass.InputScript.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.InputScript
- SignerOuterClass.InputScriptOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.InputScriptResp - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.InputScriptResp
- SignerOuterClass.InputScriptResp.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.InputScriptResp
- SignerOuterClass.InputScriptRespOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.KeyDescriptor - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.KeyDescriptor
- SignerOuterClass.KeyDescriptor.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.KeyDescriptor
- SignerOuterClass.KeyDescriptorOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.KeyLocator - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.KeyLocator
- SignerOuterClass.KeyLocator.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.KeyLocator
- SignerOuterClass.KeyLocatorOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SignDescriptor - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignDescriptor
- SignerOuterClass.SignDescriptor.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignDescriptor
- SignerOuterClass.SignDescriptorOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SignReq - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignReq
- SignerOuterClass.SignReq.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignReq
- SignerOuterClass.SignReqOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.SignResp - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignResp
- SignerOuterClass.SignResp.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.SignResp
- SignerOuterClass.SignRespOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- SignerOuterClass.TxOut - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.TxOut
- SignerOuterClass.TxOut.Builder - Class in org.lightningj.lnd.signer.proto
-
Protobuf type signrpc.TxOut
- SignerOuterClass.TxOutOrBuilder - Interface in org.lightningj.lnd.signer.proto
-
- signMessage(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest, StreamObserver<LightningApi.SignMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest, StreamObserver<LightningApi.SignMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(byte[], StreamObserver<SignMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a signMessage request.
- signMessage(SignMessageRequest, StreamObserver<SignMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a signMessage request.
- signMessage(byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a signMessage request.
- signMessage(SignMessageRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a signMessage request.
- SignMessageRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SignMessageRequest.
- SignMessageRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Empty Constructor
- SignMessageRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Json Parsing Constructor
- SignMessageRequest(LightningApi.SignMessageRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Constructor using underlying Lightning API Object
- SignMessageResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SignMessageResponse.
- SignMessageResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Empty Constructor
- SignMessageResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Json Parsing Constructor
- SignMessageResponse(LightningApi.SignMessageResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Constructor using underlying Lightning API Object
- signOutputRaw(SignerOuterClass.SignReq) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerBlockingStub
-
SignOutputRaw is a method that can be used to generated a signature for a
set of inputs/outputs to a transaction.
- signOutputRaw(SignerOuterClass.SignReq) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerFutureStub
-
SignOutputRaw is a method that can be used to generated a signature for a
set of inputs/outputs to a transaction.
- signOutputRaw(SignerOuterClass.SignReq, StreamObserver<SignerOuterClass.SignResp>) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerImplBase
-
SignOutputRaw is a method that can be used to generated a signature for a
set of inputs/outputs to a transaction.
- signOutputRaw(SignerOuterClass.SignReq, StreamObserver<SignerOuterClass.SignResp>) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerStub
-
SignOutputRaw is a method that can be used to generated a signature for a
set of inputs/outputs to a transaction.
- signOutputRaw(byte[], List<SignDescriptor>, StreamObserver<SignResp>) - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
Method to generate a signOutputRaw request.
- signOutputRaw(SignReq, StreamObserver<SignResp>) - Method in class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
-
Method to send a signOutputRaw request.
- signOutputRaw(byte[], List<SignDescriptor>) - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Method to generate a signOutputRaw request.
- signOutputRaw(SignReq) - Method in class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Method to send a signOutputRaw request.
- SignReq - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SignReq.
- SignReq() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Empty Constructor
- SignReq(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Json Parsing Constructor
- SignReq(SignerOuterClass.SignReq) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignReq
-
Constructor using underlying Lightning API Object
- SignResp - Class in org.lightningj.lnd.wrapper.signer.message
-
Wrapper class for SignResp.
- SignResp() - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Empty Constructor
- SignResp(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Json Parsing Constructor
- SignResp(SignerOuterClass.SignResp) - Constructor for class org.lightningj.lnd.wrapper.signer.message.SignResp
-
Constructor using underlying Lightning API Object
- SINGLE_CHAN_BACKUPS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot
-
- SINGLE_TWEAK_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor
-
- SOURCE_PUB_KEY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- SPEND_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent
-
- SPEND_UNCONFIRMED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- SpendDetails - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for SpendDetails.
- SpendDetails() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Empty Constructor
- SpendDetails(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Json Parsing Constructor
- SpendDetails(ChainNotifierOuterClass.SpendDetails) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendDetails
-
Constructor using underlying Lightning API Object
- SpendEvent - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for SpendEvent.
- SpendEvent() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Empty Constructor
- SpendEvent(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Json Parsing Constructor
- SpendEvent(ChainNotifierOuterClass.SpendEvent) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendEvent
-
Constructor using underlying Lightning API Object
- SPENDING_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- SPENDING_INPUT_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- SPENDING_OUTPOINT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- SPENDING_TX_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails
-
- SpendRequest - Class in org.lightningj.lnd.wrapper.chainnotifier.message
-
Wrapper class for SpendRequest.
- SpendRequest() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Empty Constructor
- SpendRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Json Parsing Constructor
- SpendRequest(ChainNotifierOuterClass.SpendRequest) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.SpendRequest
-
Constructor using underlying Lightning API Object
- STAGE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- START_TIME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- STATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- STATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus
-
- StaticFileMacaroonContext - Class in org.lightningj.lnd.wrapper
-
MacaroonContext that reads a static file during construction
and returns the macaroon content for each calls.
- StaticFileMacaroonContext(File) - Constructor for class org.lightningj.lnd.wrapper.StaticFileMacaroonContext
-
Constructor to read a specified macaroon path.
- status(AutopilotOuterClass.StatusRequest) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotBlockingStub
-
Status returns whether the daemon's autopilot agent is active.
- status(AutopilotOuterClass.StatusRequest) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotFutureStub
-
Status returns whether the daemon's autopilot agent is active.
- status(AutopilotOuterClass.StatusRequest, StreamObserver<AutopilotOuterClass.StatusResponse>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotImplBase
-
Status returns whether the daemon's autopilot agent is active.
- status(AutopilotOuterClass.StatusRequest, StreamObserver<AutopilotOuterClass.StatusResponse>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotStub
-
Status returns whether the daemon's autopilot agent is active.
- status(StreamObserver<StatusResponse>) - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
Method to generate a status request.
- status(StatusRequest, StreamObserver<StatusResponse>) - Method in class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
-
Method to send a status request.
- status() - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Method to generate a status request.
- status(StatusRequest) - Method in class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Method to send a status request.
- STATUS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Payment
-
- StatusException - Exception in org.lightningj.lnd.wrapper
-
Base exception that is wrapped around GRPC status.
- StatusException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.StatusException
-
- StatusException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.StatusException
-
- statusExceptionWrapper - Variable in class org.lightningj.lnd.wrapper.API
-
- StatusExceptionWrapper - Class in org.lightningj.lnd.wrapper
-
Class wrapping a GRPC status exception.
- StatusExceptionWrapper() - Constructor for class org.lightningj.lnd.wrapper.StatusExceptionWrapper
-
- StatusRequest - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapper class for StatusRequest.
- StatusRequest() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusRequest
-
Empty Constructor
- StatusRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusRequest
-
Json Parsing Constructor
- StatusRequest(AutopilotOuterClass.StatusRequest) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusRequest
-
Constructor using underlying Lightning API Object
- StatusResponse - Class in org.lightningj.lnd.wrapper.autopilot.message
-
Wrapper class for StatusResponse.
- StatusResponse() - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Empty Constructor
- StatusResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Json Parsing Constructor
- StatusResponse(AutopilotOuterClass.StatusResponse) - Constructor for class org.lightningj.lnd.wrapper.autopilot.message.StatusResponse
-
Constructor using underlying Lightning API Object
- stopDaemon(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest, StreamObserver<LightningApi.StopResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest, StreamObserver<LightningApi.StopResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(StreamObserver<StopResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a stopDaemon request.
- stopDaemon(StopRequest, StreamObserver<StopResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a stopDaemon request.
- stopDaemon() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a stopDaemon request.
- stopDaemon(StopRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a stopDaemon request.
- StopRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for StopRequest.
- StopRequest() - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Empty Constructor
- StopRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Json Parsing Constructor
- StopRequest(LightningApi.StopRequest) - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Constructor using underlying Lightning API Object
- StopResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for StopResponse.
- StopResponse() - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Empty Constructor
- StopResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Json Parsing Constructor
- StopResponse(LightningApi.StopResponse) - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Constructor using underlying Lightning API Object
- StreamObserverWrapper<T> - Class in org.lightningj.lnd.wrapper
-
StreamObserverWrapper is converts received api object to wrapped objects.
- StreamObserverWrapper(StreamObserver<?>, boolean, String) - Constructor for class org.lightningj.lnd.wrapper.StreamObserverWrapper
-
- SUB_SYSTEMS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- subscribeChannelBackups(LightningApi.ChannelBackupSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeChannelBackups allows a client to sub-subscribe to the most up to
date information concerning the state of all channel backups.
- subscribeChannelBackups(LightningApi.ChannelBackupSubscription, StreamObserver<LightningApi.ChanBackupSnapshot>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeChannelBackups allows a client to sub-subscribe to the most up to
date information concerning the state of all channel backups.
- subscribeChannelBackups(LightningApi.ChannelBackupSubscription, StreamObserver<LightningApi.ChanBackupSnapshot>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeChannelBackups allows a client to sub-subscribe to the most up to
date information concerning the state of all channel backups.
- subscribeChannelBackups(StreamObserver<ChanBackupSnapshot>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeChannelBackups request.
- subscribeChannelBackups(ChannelBackupSubscription, StreamObserver<ChanBackupSnapshot>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeChannelBackups request.
- subscribeChannelBackups() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeChannelBackups request.
- subscribeChannelBackups(ChannelBackupSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeChannelBackups request.
- subscribeChannelEvents(LightningApi.ChannelEventSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `subscribechannelevents`
SubscribeChannelEvents creates a uni-directional stream from the server to
the client in which any updates relevant to the state of the channels are
sent over.
- subscribeChannelEvents(LightningApi.ChannelEventSubscription, StreamObserver<LightningApi.ChannelEventUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `subscribechannelevents`
SubscribeChannelEvents creates a uni-directional stream from the server to
the client in which any updates relevant to the state of the channels are
sent over.
- subscribeChannelEvents(LightningApi.ChannelEventSubscription, StreamObserver<LightningApi.ChannelEventUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `subscribechannelevents`
SubscribeChannelEvents creates a uni-directional stream from the server to
the client in which any updates relevant to the state of the channels are
sent over.
- subscribeChannelEvents(StreamObserver<ChannelEventUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeChannelEvents request.
- subscribeChannelEvents(ChannelEventSubscription, StreamObserver<ChannelEventUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeChannelEvents request.
- subscribeChannelEvents() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeChannelEvents request.
- subscribeChannelEvents(ChannelEventSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeChannelEvents request.
- subscribeChannelGraph(LightningApi.GraphTopologySubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(LightningApi.GraphTopologySubscription, StreamObserver<LightningApi.GraphTopologyUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(LightningApi.GraphTopologySubscription, StreamObserver<LightningApi.GraphTopologyUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(StreamObserver<GraphTopologyUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeChannelGraph request.
- subscribeChannelGraph(GraphTopologySubscription, StreamObserver<GraphTopologyUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeChannelGraph request.
- subscribeChannelGraph() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeChannelGraph request.
- subscribeChannelGraph(GraphTopologySubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeChannelGraph request.
- subscribeInvoices(LightningApi.InvoiceSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeInvoices returns a uni-directional stream (server -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(LightningApi.InvoiceSubscription, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeInvoices returns a uni-directional stream (server -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(LightningApi.InvoiceSubscription, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeInvoices returns a uni-directional stream (server -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(Long, Long, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeInvoices request.
- subscribeInvoices(InvoiceSubscription, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeInvoices request.
- subscribeInvoices(Long, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeInvoices request.
- subscribeInvoices(InvoiceSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeInvoices request.
- subscribeSingleInvoice(InvoicesOuterClass.SubscribeSingleInvoiceRequest) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesBlockingStub
-
SubscribeSingleInvoice returns a uni-directional stream (server -> client)
to notify the client of state transitions of the specified invoice.
- subscribeSingleInvoice(InvoicesOuterClass.SubscribeSingleInvoiceRequest, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesImplBase
-
SubscribeSingleInvoice returns a uni-directional stream (server -> client)
to notify the client of state transitions of the specified invoice.
- subscribeSingleInvoice(InvoicesOuterClass.SubscribeSingleInvoiceRequest, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesStub
-
SubscribeSingleInvoice returns a uni-directional stream (server -> client)
to notify the client of state transitions of the specified invoice.
- subscribeSingleInvoice(byte[], StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to generate a subscribeSingleInvoice request.
- subscribeSingleInvoice(SubscribeSingleInvoiceRequest, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
-
Method to send a subscribeSingleInvoice request.
- subscribeSingleInvoice(byte[]) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to generate a subscribeSingleInvoice request.
- subscribeSingleInvoice(SubscribeSingleInvoiceRequest) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Method to send a subscribeSingleInvoice request.
- SubscribeSingleInvoiceRequest - Class in org.lightningj.lnd.wrapper.invoices.message
-
Wrapper class for SubscribeSingleInvoiceRequest.
- SubscribeSingleInvoiceRequest() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Empty Constructor
- SubscribeSingleInvoiceRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Json Parsing Constructor
- SubscribeSingleInvoiceRequest(InvoicesOuterClass.SubscribeSingleInvoiceRequest) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.SubscribeSingleInvoiceRequest
-
Constructor using underlying Lightning API Object
- subscribeTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(StreamObserver<Transaction>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeTransactions request.
- subscribeTransactions(GetTransactionsRequest, StreamObserver<Transaction>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeTransactions request.
- subscribeTransactions() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeTransactions request.
- subscribeTransactions(GetTransactionsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeTransactions request.
- SUCCEEDED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.Payment.PaymentStatus
-
SUCCEEDED = 2;
- SUCCEEDED_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.PaymentState
-
Payment completed successfully.
- SUCCESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- SUCCESS_PROB_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.ChannelHistory
-
- SYNC_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
-
- SYNCED_TO_CHAIN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- SynchronousAPI - Class in org.lightningj.lnd.wrapper
-
Base call for all Synchronous API implementations.
- SynchronousAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousAutopilotAPI - Class in org.lightningj.lnd.wrapper.autopilot
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousAutopilotAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousAutopilotAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousAutopilotAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.autopilot.SynchronousAutopilotAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousChainNotifierAPI - Class in org.lightningj.lnd.wrapper.chainnotifier
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousChainNotifierAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.SynchronousChainNotifierAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousChainNotifierAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.SynchronousChainNotifierAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousChainNotifierAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.SynchronousChainNotifierAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousInvoicesAPI - Class in org.lightningj.lnd.wrapper.invoices
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousInvoicesAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousInvoicesAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousInvoicesAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousLndAPI - Class in org.lightningj.lnd.wrapper
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousLndAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousLndAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousLndAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousRouterAPI - Class in org.lightningj.lnd.wrapper.router
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousRouterAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousRouterAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousRouterAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.router.SynchronousRouterAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousSignerAPI - Class in org.lightningj.lnd.wrapper.signer
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousSignerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousSignerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousSignerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.signer.SynchronousSignerAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousWalletKitAPI - Class in org.lightningj.lnd.wrapper.walletkit
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousWalletKitAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousWalletKitAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousWalletKitAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.walletkit.SynchronousWalletKitAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousWalletUnlockerAPI - Class in org.lightningj.lnd.wrapper
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousWalletUnlockerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousWalletUnlockerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousWalletUnlockerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousWatchtowerAPI - Class in org.lightningj.lnd.wrapper.watchtower
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousWatchtowerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousWatchtowerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousWatchtowerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.watchtower.SynchronousWatchtowerAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.